diff --git a/examples/mlx90393_simpletest.py b/examples/mlx90393_simpletest.py index 47650a6..b160216 100755 --- a/examples/mlx90393_simpletest.py +++ b/examples/mlx90393_simpletest.py @@ -6,6 +6,7 @@ import adafruit_mlx90393 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 = adafruit_mlx90393.MLX90393(i2c, gain=adafruit_mlx90393.GAIN_1X) while True: