RobTillaart / INA226

Arduino library for INA226 power sensor
MIT License
54 stars 14 forks source link

Added functions, added checks for _writeRegister return value, replaced #define by enum, small text changes #36

Closed HenkHoldijk closed 10 months ago

HenkHoldijk commented 10 months ago

Updated INA226 library:

All added & changed functions have been tested. waitConversionReady() has been tested very thorough.

RobTillaart commented 10 months ago

@HenkHoldijk I looked into this PR today and I extracted several things I wanted to include in the 0.5.2 version. Goal was to have most parts included without breaking the interface. That gives time to look at the breaking parts of the code a bit longer.

That said, your work is appreciated!