Skip to content

Commit 2eb79c3

Browse files
committed
Added commented out board.STEMMA_I2C with explanation
1 parent a5db152 commit 2eb79c3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/am2320_simpletest.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77

88
# create the I2C shared bus
99
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
1011
am = adafruit_am2320.AM2320(i2c)
1112

1213
while True:

0 commit comments

Comments
 (0)