unremove comment
This commit is contained in:
parent
0733c38e3f
commit
ccef988488
1 changed files with 5 additions and 0 deletions
|
|
@ -1,4 +1,9 @@
|
|||
"""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 board
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue