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!
History
Added MBED_OPERATORS check to implementation
2014-05-30, by neilt6 [Fri, 30 May 2014 19:02:51 +0000] rev 10
Added MBED_OPERATORS check to implementation
Added an I2C frequency argument to the constructor
2014-05-02, by neilt6 [Fri, 02 May 2014 17:28:52 +0000] rev 9
Added an I2C frequency argument to the constructor
Minor C++ syntax improvements
2013-11-12, by neilt6 [Tue, 12 Nov 2013 21:43:55 +0000] rev 8
Minor C++ syntax improvements
open() no longer loads the default compensation value
2013-11-12, by neilt6 [Tue, 12 Nov 2013 17:48:11 +0000] rev 7
open() no longer loads the default compensation value
Updated to use repeated start in read methods
2013-11-07, by neilt6 [Thu, 07 Nov 2013 18:23:02 +0000] rev 6
Updated to use repeated start in read methods
Minor improvements
2013-11-07, by neilt6 [Thu, 07 Nov 2013 17:53:44 +0000] rev 5
Minor improvements
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
2013-09-16, by neilt6 [Mon, 16 Sep 2013 22:02:40 +0000] rev 4
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
Added open() method to probe for devices and load the default RCOMP value
2013-08-28, by neilt6 [Wed, 28 Aug 2013 17:53:53 +0000] rev 3
Added open() method to probe for devices and load the default RCOMP value
Modified library so as to be more compliant with C++ conventions
2013-08-14, by neilt6 [Wed, 14 Aug 2013 04:52:16 +0000] rev 2
Modified library so as to be more compliant with C++ conventions
Minor documentation improvements
2013-08-09, by neilt6 [Fri, 09 Aug 2013 22:22:48 +0000] rev 1
Minor documentation improvements