There was an error while loading. Please reload this page.
1 parent ba0e253 commit b830a14Copy full SHA for b830a14
examples/shtc3_simpletest.py
@@ -6,6 +6,7 @@
6
import adafruit_shtc3
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
sht = adafruit_shtc3.SHTC3(i2c)
11
12
while True:
0 commit comments