program for final combination of working pieces

Dependencies:   SDFileSystem TMP102 mbed ISL29125

Fork of TEMP_Test by Thomas Dale

Revision:
7:6becc29457ce
Child:
8:28f8162d2929
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/SolarPanel.cpp	Thu Mar 31 17:32:01 2016 +0000
@@ -0,0 +1,7 @@
+#include "TEMPSensor.h"
+#include "mbed.h"
+
+AnalogIn SOLAR(PTB11);
+float get_solar(){
+    return SOLAR;
+}
\ No newline at end of file