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.
1 parent 0cf061d commit 02faad9Copy full SHA for 02faad9
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