Skip to content

Commit 0733c38

Browse files
committed
remove comment
1 parent 0b4ebde commit 0733c38

File tree

2 files changed

+0
-10
lines changed
  • CircuitPython_Essentials/CircuitPython_I2C_Scan
  • CircuitPython_Templates/i2c_scan

2 files changed

+0
-10
lines changed

CircuitPython_Essentials/CircuitPython_I2C_Scan/code.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,4 @@
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-
72
import time
83
import board
94

CircuitPython_Templates/i2c_scan/code.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,4 @@
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-
72
import time
83
import board
94

0 commit comments

Comments
 (0)