We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bee668f commit f1ca25cCopy full SHA for f1ca25c
examples/mlx90640_pil.py
@@ -16,7 +16,8 @@
16
COLORDEPTH = 1000 # how many color values we can have
17
INTERPOLATE = 10 # scale factor for final image
18
19
-mlx = adafruit_mlx90640.MLX90640(board.I2C())
+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
21
22
# the list of colors we can choose from
23
heatmap = (
0 commit comments