program for final combination of working pieces

Dependencies:   SDFileSystem TMP102 mbed ISL29125

Fork of TEMP_Test by Thomas Dale

Revision:
4:4b67d7667474
Parent:
1:e0fc716e2394
Child:
7:6becc29457ce
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/TEMPSensor.h	Wed Mar 16 21:56:06 2016 +0000
@@ -0,0 +1,11 @@
+#include "mbed.h"
+
+#ifndef TEMPSensor   
+#define TEMPSensor
+
+
+float get_outsideTemp();//function declarations for temperature getters in TEMPSensor.cpp
+float get_insideTemp();
+float get_panelTemp();
+
+#endif