Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion examples/mlx90640_camtest.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

INTERPOLATE = 10

# MUST et I2C freq to 1MHz in /boot/config.txt
# MUST set I2C freq to 1MHz in /boot/config.txt
i2c = busio.I2C(board.SCL, board.SDA)

#low range of the sensor (this will be black on the screen)
Expand Down