![](/media/cache/img/default_profile.jpg.50x50_q85.jpg)
Test temperature for the near space lab
Dependencies: SDFileSystem mbed TEMP_Test
Fork of RGB_Test by
Diff: TEMPSensor.h
- Revision:
- 4:4b67d7667474
- Parent:
- 1:e0fc716e2394
- Child:
- 7:b8647f72947c
--- /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