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:
Thu Mar 31 16:53:11 2016 +0000
Revision:
9:5ad2f7f3100e
Parent:
7:b8647f72947c
Problem with multiple SDFileSystems solved

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 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