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 ac2c4ee commit 492c8c4Copy full SHA for 492c8c4
examples/adt7410_simpletest.py
@@ -6,6 +6,7 @@
6
import adafruit_adt7410
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
adt = adafruit_adt7410.ADT7410(i2c, address=0x48)
11
adt.high_resolution = True
12
0 commit comments