Skip to content

Commit 02faad9

Browse files
committed
Added commented out board.STEMMA_I2C with explanation
1 parent 0cf061d commit 02faad9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/tlv493d_simpletest.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
import adafruit_tlv493d
77

88
i2c = board.I2C() # uses board.SCL and board.SDA
9+
# i2c = board.STEMMA_I2C() # For using the built-in STEMMA QT connector on a microcontroller
910
tlv = adafruit_tlv493d.TLV493D(i2c)
1011

1112
while True:

0 commit comments

Comments
 (0)