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:
18:37bca022d144
Parent:
17:7447aaa9c121
Child:
19:20590e00feab
--- a/max17055.cpp	Tue Oct 09 20:28:41 2018 +0000
+++ b/max17055.cpp	Wed Oct 10 00:35:12 2018 +0000
@@ -862,7 +862,7 @@
     if (ret < F_SUCCESS_0)
         return ret;
 
-    ret = readReg(MIXSOC_REG, temp_data); //check if Error in software guide register incorrect
+    ret = readReg(MIXSOC_REG, temp_data); 
     if (ret < F_SUCCESS_0)
         return ret;