removed unnecessary comment
This commit is contained in:
parent
5bff545872
commit
1e88f4f37a
1 changed files with 0 additions and 1 deletions
|
|
@ -4,7 +4,6 @@ import board
|
|||
import busio
|
||||
import time
|
||||
|
||||
# can also use board.SDA and board.SCL for neater looking code!
|
||||
i2c = busio.I2C(board.SCL, board.SDA)
|
||||
|
||||
while not i2c.try_lock():
|
||||
|
|
|
|||
Loading…
Reference in a new issue