This is a library for the MAX17055 Li+ Battery Fuel Gauge.

Dependents:   Low_Power_Long_Distance_IR_Vision_Robot MAX17055_EZconfig MAX17055_EZconfig_Sample Low_Power_Long_Distance_IR_Vision_Robot

Fork of max17055 by Maxim Integrated

Revision:
16:839186d0693a
Parent:
15:291446b008df
Child:
17:7447aaa9c121
--- a/max17055.h	Mon Jun 18 21:37:41 2018 +0000
+++ b/max17055.h	Mon Jun 18 21:47:59 2018 +0000
@@ -192,20 +192,11 @@
         uint16_t vempty;   /*!< struct value 3 */
         int vcharge;       /*!< struct value 1 */
 
-        uint16_t learncfg;  /*!< struct value 1 */
-        uint16_t relaxcfg;  /*!< struct value 1 */
-        uint16_t config;    /*!< struct value 1 */
-        uint16_t config2;   /*!< struct value 1 */
-        uint16_t fullsocthr;/*!< struct value 1 */
-        uint16_t tgain;     /*!< struct value 1 */
-        uint16_t toff;      /*!< struct value 1 */
-        uint16_t curve;     /*!< struct value 1 */
-        uint16_t rcomp0;    /*!< struct value 1 */
-        uint16_t tempco;    /*!< struct value 1 */ 
         /**
          * rsense in miliOhms.
          * default 10 (if rsense = 0) as it is the recommended value by
          * the datasheet although it can be changed by board designers.
+         * MAX32620FTHR has a 5mOhm sense resitor installed. 
          */
         unsigned int rsense; 
      } ;