program for final combination of working pieces

Dependencies:   SDFileSystem TMP102 mbed ISL29125

Fork of TEMP_Test by Thomas Dale

TEMPSensor.h

Committer:
tdale19
Date:
2016-04-18
Revision:
13:906a647d7bd1
Parent:
7:6becc29457ce

File content as of revision 13:906a647d7bd1:


#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

#endif