Test temperature for the near space lab

Dependencies:   SDFileSystem mbed TEMP_Test

Dependents:   TEMP_Test

Fork of RGB_Test by Jeriah Bankson

Revision:
7:b8647f72947c
Parent:
4:4b67d7667474
diff -r 61b76e7dc5b7 -r b8647f72947c TEMPSensor.h
--- a/TEMPSensor.h	Wed Mar 16 22:06:43 2016 +0000
+++ b/TEMPSensor.h	Thu Mar 31 16:34:14 2016 +0000
@@ -5,7 +5,7 @@
 
 
 float get_outsideTemp();//function declarations for temperature getters in TEMPSensor.cpp
-float get_insideTemp();
-float get_panelTemp();
+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