adafruit/Adafruit_AMG88xx

bool Adafruit_AMG88xx::begin(uint8_t addr) returns true even if device is not setup

Closed this issue · 1 comments

In the description of
bool Adafruit_AMG88xx::begin(uint8_t addr)
it reads
@returns True if device is set up, false on any failure

But true is returned in any case, even if no I2C device is present.

Should be fixed with #22