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.
2 parents e009a15 + 318e7b4 commit 0554b3fCopy full SHA for 0554b3f
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