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 2bfbc22 commit 97f5bcdCopy full SHA for 97f5bcd
examples/sht4x_simpletest.py
@@ -7,6 +7,7 @@
7
import adafruit_sht4x
8
9
i2c = board.I2C() # uses board.SCL and board.SDA
10
+# i2c = board.STEMMA_I2C() # For using the built-in STEMMA QT connector on a microcontroller
11
sht = adafruit_sht4x.SHT4x(i2c)
12
print("Found SHT4x with serial number", hex(sht.serial_number))
13
0 commit comments