ArduinoLib_MAX17043 icon indicating copy to clipboard operation
ArduinoLib_MAX17043 copied to clipboard

MAX17043 Arduino library

Results 6 ArduinoLib_MAX17043 issues
Sort by recently updated
recently updated
newest added

How to get Vsoc at i2c address 0x32

Each field of keywords.txt is separated by a single true tab. When you use multiple tabs it causes the field to be interpreted as empty. On Arduino IDE 1.6.5 and...

Some downstream consumers of this library would like to know the specific licensing terms involved; adding an explicit LICENSE file to indicate the license would be immensely useful. Thanks in...

I am using this library with the Sparkfun LiPo Fuel Gauge (https://www.sparkfun.com/products/10617) and am able to read all the different values through its interface. I am not, however, able to...

Calculation of the cell voltage is wrong. Change float MAX17043::getVCell() in MAX17043.cpp: from ``` return map(value, 0x000, 0xFFF, 0, 50000) / 10000.0; //return value * 0.00125; ``` to ``` //return...