remove comment
This commit is contained in:
parent
0b4ebde8d0
commit
0733c38e3f
2 changed files with 0 additions and 10 deletions
|
|
@ -1,9 +1,4 @@
|
||||||
"""CircuitPython I2C Device Address Scan"""
|
"""CircuitPython I2C Device Address Scan"""
|
||||||
# If you run this and it seems to hang, try manually unlocking
|
|
||||||
# your I2C bus from the REPL with
|
|
||||||
# >>> import board
|
|
||||||
# >>> board.I2C().unlock()
|
|
||||||
|
|
||||||
import time
|
import time
|
||||||
import board
|
import board
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,9 +1,4 @@
|
||||||
"""CircuitPython I2C Device Address Scan"""
|
"""CircuitPython I2C Device Address Scan"""
|
||||||
# If you run this and it seems to hang, try manually unlocking
|
|
||||||
# your I2C bus from the REPL with
|
|
||||||
# >>> import board
|
|
||||||
# >>> board.I2C().unlock()
|
|
||||||
|
|
||||||
import time
|
import time
|
||||||
import board
|
import board
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue