remove comment

This commit is contained in:
caternuson 2021-11-17 12:57:21 -08:00
parent 0b4ebde8d0
commit 0733c38e3f
2 changed files with 0 additions and 10 deletions

View file

@ -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

View file

@ -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