Skip to content

Commit ccef988

Browse files
committed
unremove comment
1 parent 0733c38 commit ccef988

File tree

1 file changed

+5
-0
lines changed
  • CircuitPython_Essentials/CircuitPython_I2C_Scan

1 file changed

+5
-0
lines changed

CircuitPython_Essentials/CircuitPython_I2C_Scan/code.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
"""CircuitPython I2C Device Address Scan"""
2+
# If you run this and it seems to hang, try manually unlocking
3+
# your I2C bus from the REPL with
4+
# >>> import board
5+
# >>> board.I2C().unlock()
6+
27
import time
38
import board
49

0 commit comments

Comments
 (0)