Skip to content

Commit

Permalink
Added commented out board.STEMMA_I2C with explanation
Browse files Browse the repository at this point in the history
  • Loading branch information
evaherrada committed Nov 18, 2022
1 parent bee668f commit f1ca25c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/mlx90640_pil.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@
COLORDEPTH = 1000 # how many color values we can have
INTERPOLATE = 10 # scale factor for final image

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

# the list of colors we can choose from
heatmap = (
Expand Down

0 comments on commit f1ca25c

Please sign in to comment.