adafruit / Adafruit_CircuitPython_AMG88xx

circuit python driver from AMG88xx GRID-EYE 8x8 IR sensor
MIT License
38 stars 26 forks source link

Fixes for temperature conversion bugs issue #15. #16

Closed peterhinch closed 5 years ago

peterhinch commented 5 years ago

This corrects the three problems raised in https://github.com/adafruit/Adafruit_CircuitPython_AMG88xx/issues/15. In testing it can now report negative values, both for thermistor temperature and pixel temperatures.

ladyada commented 5 years ago

thanks!