We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c3111b5 + 2163070 commit 5fa9533Copy full SHA for 5fa9533
examples/tlv493d_simpletest.py
@@ -6,6 +6,7 @@
6
import adafruit_tlv493d
7
8
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
10
tlv = adafruit_tlv493d.TLV493D(i2c)
11
12
while True:
0 commit comments