We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b4ebde commit 0733c38Copy full SHA for 0733c38
CircuitPython_Essentials/CircuitPython_I2C_Scan/code.py
@@ -1,9 +1,4 @@
1
"""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
-
7
import time
8
import board
9
CircuitPython_Templates/i2c_scan/code.py
0 commit comments