Skip to content

Commit f1ca25c

Browse files
committed
Added commented out board.STEMMA_I2C with explanation
1 parent bee668f commit f1ca25c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

examples/mlx90640_pil.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@
1616
COLORDEPTH = 1000 # how many color values we can have
1717
INTERPOLATE = 10 # scale factor for final image
1818

19-
mlx = adafruit_mlx90640.MLX90640(board.I2C())
19+
mlx = adafruit_mlx90640.MLX90640(board.I2C()) # uses board.SCL and board.SDA
20+
# i2c = board.STEMMA_I2C() # For using the built-in STEMMA QT connector on a microcontroller
2021

2122
# the list of colors we can choose from
2223
heatmap = (

0 commit comments

Comments
 (0)