Test temperature for the near space lab
Dependencies: SDFileSystem mbed TEMP_Test
Fork of RGB_Test by
TEMPSensor.h@7:b8647f72947c, 2016-03-31 (annotated)
- Committer:
- tdale19
- Date:
- Thu Mar 31 16:34:14 2016 +0000
- Revision:
- 7:b8647f72947c
- Parent:
- 4:4b67d7667474
temperature test. has standard code to be used for analog inputs;
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
Jeriah | 1:e0fc716e2394 | 1 | #include "mbed.h" |
Jeriah | 0:547856de255b | 2 | |
tdale19 | 4:4b67d7667474 | 3 | #ifndef TEMPSensor |
tdale19 | 4:4b67d7667474 | 4 | #define TEMPSensor |
Jeriah | 1:e0fc716e2394 | 5 | |
Jeriah | 1:e0fc716e2394 | 6 | |
tdale19 | 4:4b67d7667474 | 7 | float get_outsideTemp();//function declarations for temperature getters in TEMPSensor.cpp |
tdale19 | 7:b8647f72947c | 8 | float get_insideTemp();//function to return data from inside thermometer |
tdale19 | 7:b8647f72947c | 9 | float get_panelTemp();//function to return data from the thermometer in contact with the solar panels |
Jeriah | 0:547856de255b | 10 | |
Jeriah | 1:e0fc716e2394 | 11 | #endif |