program for final combination of working pieces

Dependencies:   SDFileSystem TMP102 mbed ISL29125

Fork of TEMP_Test by Thomas Dale

Revision:
7:6becc29457ce
diff -r 61b76e7dc5b7 -r 6becc29457ce SolarPanel.h
--- /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