program for final combination of working pieces

Dependencies:   SDFileSystem TMP102 mbed ISL29125

Fork of TEMP_Test by Thomas Dale

Revision:
7:6becc29457ce
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/SolarPanel.h	Thu Mar 31 17:32:01 2016 +0000
@@ -0,0 +1,7 @@
+
+#ifndef SOLARPanel   
+#define SOLARPanel
+
+float get_solar();//function declaration for solar panel voltage getter
+
+#endif