Skip to content

Commit 8b5b8f9

Browse files
authored
Merge pull request #22 from adafruit/stemma_i2c
Added commented out board.STEMMA_I2C with explanation
2 parents ac17e0d + 67502a6 commit 8b5b8f9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/adt7410_simpletest.py

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
import adafruit_adt7410
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
adt = adafruit_adt7410.ADT7410(i2c, address=0x48)
1011
adt.high_resolution = True
1112

0 commit comments

Comments
 (0)