Test temperature for the near space lab

Dependencies:   SDFileSystem mbed TEMP_Test

Dependents:   TEMP_Test

Fork of RGB_Test by Jeriah Bankson

Committer:
tdale19
Date:
Wed Mar 16 21:56:06 2016 +0000
Revision:
4:4b67d7667474
Parent:
RGBSensor.h@1:e0fc716e2394
Child:
7:b8647f72947c
First test of Temp sensors

Who changed what in which revision?

UserRevisionLine numberNew 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 4:4b67d7667474 8 float get_insideTemp();
tdale19 4:4b67d7667474 9 float get_panelTemp();
Jeriah 0:547856de255b 10
Jeriah 1:e0fc716e2394 11 #endif