Test temperature for the near space lab

Dependencies:   SDFileSystem mbed TEMP_Test

Dependents:   TEMP_Test

Fork of RGB_Test by Jeriah Bankson

TEMPSensor.h

Committer:
tdale19
Date:
2016-03-31
Revision:
9:5ad2f7f3100e
Parent:
7:b8647f72947c

File content as of revision 9:5ad2f7f3100e:

#include "mbed.h"

#ifndef TEMPSensor   
#define TEMPSensor


float get_outsideTemp();//function declarations for temperature getters in TEMPSensor.cpp
float get_insideTemp();//function to return data from inside thermometer
float get_panelTemp();//function to return data from the thermometer in contact with the solar panels

#endif