Library to interface to the TI BQ27441, a fuel gauge monitor

Dependents:   rcCar

Fork of battery-gauge-bq27441 by u-blox

Revision:
3:ebd56471d57c
Parent:
2:93310a83401a
Child:
5:63b325f2c21a
diff -r 93310a83401a -r ebd56471d57c battery_gauge_bq27441.h
--- a/battery_gauge_bq27441.h	Tue Apr 11 09:57:10 2017 +0000
+++ b/battery_gauge_bq27441.h	Tue Jun 06 15:58:21 2017 +0100
@@ -69,6 +69,11 @@
     */
     bool disableGauge (void);
 
+    /** Check whether battery gauging is enabled or not.
+    * @return true if battery gauging is enabled, otherwise false.
+    */
+    bool isGaugeEnabled(void);
+    
     /** Determine whether a battery has been detected or not.
     * @return true if a battery has been detected, otherwise false.
     */