removed unnecessary comment

This commit is contained in:
Kattni 2018-03-22 17:13:51 -04:00
parent 5bff545872
commit 1e88f4f37a

View file

@ -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():