unremove comment

This commit is contained in:
caternuson 2021-11-17 13:01:35 -08:00
parent 0733c38e3f
commit ccef988488

View file

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