We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ac17e0d + 67502a6 commit 8b5b8f9Copy full SHA for 8b5b8f9
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