Test temperature for the near space lab
Dependencies: SDFileSystem mbed TEMP_Test
Fork of RGB_Test by
TEMPSensor.h
- Committer:
- tdale19
- Date:
- 2016-03-16
- Revision:
- 4:4b67d7667474
- Parent:
- RGBSensor.h@ 1:e0fc716e2394
- Child:
- 7:b8647f72947c
File content as of revision 4:4b67d7667474:
#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