The field version of the solarnano grid on the ionQubes

Fork of SolarNanoGridv3 by SONG Project

Revision:
24:6aba7f16e0c6
Parent:
23:56134ab060f2
Child:
28:e85a86fc8b59
diff -r 56134ab060f2 -r 6aba7f16e0c6 Battery/Battery.h
--- a/Battery/Battery.h	Wed Jun 15 00:23:36 2016 +0000
+++ b/Battery/Battery.h	Wed Jun 15 00:54:44 2016 +0000
@@ -86,7 +86,11 @@
      * sends a request for a charge update.
      */
     void requestMaxCharge();
-
+    
+    /**
+     * Disables all of the interrupts, for a proper sleep state.
+     */
+    void disableInt(void);
 
 protected:
     // **********************