The field version of the solarnano grid on the ionQubes

Fork of SolarNanoGridv3 by SONG Project

Revision:
24:6aba7f16e0c6
Parent:
22:93fde34d9a94
Child:
25:1979c129acb0
--- a/Battery/Battery.cpp	Wed Jun 15 00:23:36 2016 +0000
+++ b/Battery/Battery.cpp	Wed Jun 15 00:54:44 2016 +0000
@@ -723,3 +723,14 @@
         return false;
     }
 }
+
+void Battery::disableInt(void)
+{
+    // Detaches all interrupts:
+    // button->detach();
+    // nrfInt->detach();
+    txWatch->detach();
+    delay->detach();
+    
+    return;
+}