diff --git a/examples/ms8607_simpletest.py b/examples/ms8607_simpletest.py index c8b0d9e..b3f15b6 100644 --- a/examples/ms8607_simpletest.py +++ b/examples/ms8607_simpletest.py @@ -4,7 +4,8 @@ import board from adafruit_ms8607 import MS8607 -i2c = board.I2C() +i2c = board.I2C() # uses board.SCL and board.SDA +# i2c = board.STEMMA_I2C() # For using the built-in STEMMA QT connector on a microcontroller sensor = MS8607(i2c) while True: