diff --git a/examples/max1704x_advanced.py b/examples/max1704x_advanced.py index 3344685..2c6a4e5 100644 --- a/examples/max1704x_advanced.py +++ b/examples/max1704x_advanced.py @@ -7,6 +7,7 @@ import adafruit_max1704x i2c = board.I2C() # uses board.SCL and board.SDA +# i2c = board.STEMMA_I2C() # For using the built-in STEMMA QT connector on a microcontroller max17 = adafruit_max1704x.MAX17048(i2c) print( diff --git a/examples/max1704x_simpletest.py b/examples/max1704x_simpletest.py index a0f51d0..05bc833 100644 --- a/examples/max1704x_simpletest.py +++ b/examples/max1704x_simpletest.py @@ -7,6 +7,7 @@ import adafruit_max1704x i2c = board.I2C() # uses board.SCL and board.SDA +# i2c = board.STEMMA_I2C() # For using the built-in STEMMA QT connector on a microcontroller max17 = adafruit_max1704x.MAX17048(i2c) print(