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 5098d4a + 81643b1 commit 51d5de4Copy full SHA for 51d5de4
examples/htu21d_simpletest.py
@@ -7,6 +7,7 @@
7
8
# Create sensor object, communicating over the board's default I2C bus
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
sensor = HTU21D(i2c)
12
13
0 commit comments