adafruit/Adafruit_AMG88xx

stat and sclr get() mask values

rheurtley opened this issue · 1 comments

In the Adafruit_AMG88xx.h file, the mask values for the stat and sclr structure get() functions are 0x07. Shouldn't they be 0x0f? The return value is contained in bits 3-1 with bit 0 always zero.

fixed! 3c0bcf8