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!

Revision:
1:734b1a089a9c
Parent:
0:abc480f8eeab
Child:
2:0a98e081b48c
--- a/MAX17048.h	Wed Aug 07 22:19:36 2013 +0000
+++ b/MAX17048.h	Fri Aug 09 22:22:48 2013 +0000
@@ -80,8 +80,8 @@
 
     /** Create a MAX17048 object connected to the specified I2C pins
      *
-     * @param sda I2C data pin
-     * @param scl I2C clock pin
+     * @param sda The I2C data pin.
+     * @param scl The I2C clock pin.
      */
     MAX17048(PinName sda, PinName scl);