We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b222d1e + 97da713 commit 57b28ffCopy full SHA for 57b28ff
examples/am2320_simpletest.py
@@ -7,6 +7,7 @@
7
8
# create the I2C shared 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
am = adafruit_am2320.AM2320(i2c)
12
13
while True:
0 commit comments