Skip to content

Commit 2021b9d

Browse files
authored
Merge pull request #8 from caternuson/iss2
Typo fix
2 parents 874651c + ff781f4 commit 2021b9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/mlx90640_camtest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
INTERPOLATE = 10
1616

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

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

0 commit comments

Comments
 (0)