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-03-16
Revision:
4:4b67d7667474
Parent:
RGBSensor.h@ 1:e0fc716e2394
Child:
7:6becc29457ce

File content as of revision 4:4b67d7667474:

#include "mbed.h"

#ifndef TEMPSensor   
#define TEMPSensor


float get_outsideTemp();//function declarations for temperature getters in TEMPSensor.cpp
float get_insideTemp();
float get_panelTemp();

#endif