A feature complete driver for the MAX17048 lithium fuel gauge from Maxim.
Dependents: MAX17048_HelloWorld ECGAFE_copy MAX17048_HelloWorld Orion_newPCB_test_LV ... more
Now fully tested!
Changes
Revision | Date | Who | Commit message |
---|---|---|---|
10:4f695111eb54 | 2014-05-30 | neilt6 | Added MBED_OPERATORS check to implementation |
9:2c1d82ecd63c | 2014-05-02 | neilt6 | Added an I2C frequency argument to the constructor |
8:65c889800b3a | 2013-11-12 | neilt6 | Minor C++ syntax improvements |
7:bf6972a21c61 | 2013-11-12 | neilt6 | open() no longer loads the default compensation value |
6:6927c72b2923 | 2013-11-07 | neilt6 | Updated to use repeated start in read methods |
5:ffce4fe12ed1 | 2013-11-07 | neilt6 | Minor improvements |
4:e61b2723d2cf | 2013-09-16 | neilt6 | Added new function for reading the state of charge measurement as an integer, added float and int operator overrides for state of charge measurements, improved example |
3:32087cca331f | 2013-08-28 | neilt6 | Added open() method to probe for devices and load the default RCOMP value |
2:0a98e081b48c | 2013-08-14 | neilt6 | Modified library so as to be more compliant with C++ conventions |
1:734b1a089a9c | 2013-08-09 | neilt6 | Minor documentation improvements |
0:abc480f8eeab | 2013-08-07 | neilt6 | Initial commit |