diff --git a/examples/am2320_simpletest.py b/examples/am2320_simpletest.py index a21b505..ca80b81 100644 --- a/examples/am2320_simpletest.py +++ b/examples/am2320_simpletest.py @@ -7,6 +7,7 @@ # create the I2C shared bus i2c = board.I2C() # uses board.SCL and board.SDA +# i2c = board.STEMMA_I2C() # For using the built-in STEMMA QT connector on a microcontroller am = adafruit_am2320.AM2320(i2c) while True: