avsa242 / mlx90621-spin

Parallax P8X32A/Propeller, P2X8C4M64P/Propeller 2 driver object for the Melexis mlx90621 thermal sensor array
MIT License
0 stars 0 forks source link

No error checking on ReadEEPROM() I2C transactions #4

Closed avsa242 closed 2 years ago

avsa242 commented 3 years ago

Currently, this will silently fail as there's no error/failure code returned if the EE doesn't respond or if there's some other problem. Add some sort of operation check and some error code(s).