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!

Files at this revision

API Documentation at this revision

Comitter:
neilt6
Date:
Fri Aug 09 22:22:48 2013 +0000
Parent:
0:abc480f8eeab
Child:
2:0a98e081b48c
Commit message:
Minor documentation improvements

Changed in this revision

MAX17048.h Show annotated file Show diff for this revision Revisions of this file
--- 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);