From 6e6c6ff26f55fc9360955716602d9e35f9069324 Mon Sep 17 00:00:00 2001 From: dherrada Date: Fri, 18 Nov 2022 13:05:26 -0500 Subject: [PATCH] Added commented out board.STEMMA_I2C with explanation --- examples/mlx90393_simpletest.py | 1 + 1 file changed, 1 insertion(+) 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: