program for final combination of working pieces

Dependencies:   SDFileSystem TMP102 mbed ISL29125

Fork of TEMP_Test by Thomas Dale

Revision:
13:906a647d7bd1
Parent:
7:6becc29457ce
--- a/TEMPSensor.h	Thu Apr 07 15:46:20 2016 +0000
+++ b/TEMPSensor.h	Mon Apr 18 16:41:40 2016 +0000
@@ -5,6 +5,5 @@
 
 float get_outsideTemp();//function declarations for temperature getters in TEMPSensor.cpp
 float get_insideTemp();//function to return data from inside thermometer
-float get_panelTemp();//function to return data from the thermometer in contact with the solar panels
 
 #endif