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

Files at this revision

API Documentation at this revision

Comitter:
fneirab
Date:
Tue Oct 23 23:15:10 2018 +0000
Parent:
22:607f6917832a
Commit message:
Change read and write function to protected. Tested get_regInfo function for access to all available registers in the MAX17055 from main.

Changed in this revision

max17055.h Show annotated file Show diff for this revision Revisions of this file
diff -r 607f6917832a -r 2ec07d0239be max17055.h
--- a/max17055.h	Tue Oct 23 23:07:56 2018 +0000
+++ b/max17055.h	Tue Oct 23 23:15:10 2018 +0000
@@ -420,7 +420,7 @@
      */
     int16_t get_regInfo(Registers_e reg_addr);
 
-//protected:
+protected:
 
     /**
      * @brief      Writes to MAX17055 register.