diff --git a/examples/tlv493d_simpletest.py b/examples/tlv493d_simpletest.py index 2e2d27a..fbd1415 100644 --- a/examples/tlv493d_simpletest.py +++ b/examples/tlv493d_simpletest.py @@ -6,6 +6,7 @@ import adafruit_tlv493d i2c = board.I2C() # uses board.SCL and board.SDA +# i2c = board.STEMMA_I2C() # For using the built-in STEMMA QT connector on a microcontroller tlv = adafruit_tlv493d.TLV493D(i2c) while True: