The field version of the solarnano grid on the ionQubes

Fork of SolarNanoGridv3 by SONG Project

Revision:
2:929cf7fc6998
Parent:
1:df924e0126d1
Child:
5:57b06b4b47c6
--- a/SolarNanoGrid.h	Fri May 06 14:56:20 2016 +0000
+++ b/SolarNanoGrid.h	Mon May 09 14:08:59 2016 +0000
@@ -21,6 +21,8 @@
         NRF2401P* nrf1;
         InterruptIn* nrf1Int; // IRQ of nRF24
         battery* SongBat;
+        locker* SongLock;
+        InterruptIn* button;
         
         
         char    role;
@@ -32,7 +34,7 @@
         // *********************
         
         // Constructor:
-        SolarNanoGrid(SDFileSystem* sd);
+        SolarNanoGrid(SDFileSystem* sd, DigitalOut* led_1, DigitalOut* led_2);
         
         // Main loop function:
         void loop(void);