Skip to content

Commit

Permalink
Merge pull request #27 from BLIII/main
Browse files Browse the repository at this point in the history
add comment to example about modifying refresh rates if 'too many ret…
  • Loading branch information
ladyada authored Nov 6, 2021
2 parents 47bfeb6 + 1c66bf2 commit c8df9aa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,8 @@ Usage Example
mlx = adafruit_mlx90640.MLX90640(i2c)
print("MLX addr detected on I2C", [hex(i) for i in mlx.serial_number])
# if using higher refresh rates yields a 'too many retries' exception,
# try decreasing this value to work with certain pi/camera combinations
mlx.refresh_rate = adafruit_mlx90640.RefreshRate.REFRESH_2_HZ
frame = [0] * 768
Expand Down

0 comments on commit c8df9aa

Please sign in to comment.