INA226_WE
INA226_WE copied to clipboard
An Arduino library for the INA226 current and power sensor module.
Results
1
INA226_WE issues
Sort by
recently updated
recently updated
newest added
Hi, `readRegister` misses error checking of the i2c calls. If for example `requestFrom` fails, i.e. returns `0`, or no data is available, the function returns 0. This causes`getBusVoltage_V` to return...