We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ef0f05b + a0df21d commit e163ff5Copy full SHA for e163ff5
examples/ahtx0_simpletest.py
@@ -11,6 +11,7 @@
11
12
# Create sensor object, communicating over the board's default I2C bus
13
i2c = board.I2C() # uses board.SCL and board.SDA
14
+# i2c = board.STEMMA_I2C() # For using the built-in STEMMA QT connector on a microcontroller
15
sensor = adafruit_ahtx0.AHTx0(i2c)
16
17
while True:
0 commit comments