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 c88b5eb + 545f530 commit 6edad4dCopy full SHA for 6edad4d
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