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:
15:291446b008df
Parent:
14:519754351400
Child:
16:839186d0693a
--- a/max17055.h	Mon Jun 18 21:24:28 2018 +0000
+++ b/max17055.h	Mon Jun 18 21:37:41 2018 +0000
@@ -202,31 +202,12 @@
         uint16_t curve;     /*!< struct value 1 */
         uint16_t rcomp0;    /*!< struct value 1 */
         uint16_t tempco;    /*!< struct value 1 */ 
-        uint16_t qrtable00; 
-        uint16_t qrtable10;
-        uint16_t qrtable20;
-        uint16_t qrtable30;
-
-        uint16_t dpacc;
-        uint16_t modelcfg;
-
-        //uint16_t model_data[MAX17055_TABLE_SIZE];
-        int (*get_charging_status)(void);
-        int model_option;
         /**
          * 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.
          */
         unsigned int rsense; 
-        int volt_min;   /**< in mV */
-        int volt_max;   /**< in mV */
-        int temp_min;   /**< in DegreC */
-        int temp_max;   /**< in DegreeC */
-        int soc_max;    /**< in percent */
-        int soc_min;    /**< in percent */
-        int curr_max;   /**< in mA */
-        int curr_min;   /**< in mA */
      } ;
     
     /**