program for final combination of working pieces

Dependencies:   SDFileSystem TMP102 mbed ISL29125

Fork of TEMP_Test by Thomas Dale

Committer:
tdale19
Date:
Thu Mar 31 17:32:01 2016 +0000
Revision:
7:6becc29457ce
Parent:
4:4b67d7667474
Child:
13:906a647d7bd1
Final Project. With working thermometers and working Solar Panels

Who changed what in which revision?

UserRevisionLine numberNew contents of line
Jeriah 0:547856de255b 1
tdale19 4:4b67d7667474 2 #ifndef TEMPSensor
tdale19 4:4b67d7667474 3 #define TEMPSensor
Jeriah 1:e0fc716e2394 4
Jeriah 1:e0fc716e2394 5
tdale19 4:4b67d7667474 6 float get_outsideTemp();//function declarations for temperature getters in TEMPSensor.cpp
tdale19 7:6becc29457ce 7 float get_insideTemp();//function to return data from inside thermometer
tdale19 7:6becc29457ce 8 float get_panelTemp();//function to return data from the thermometer in contact with the solar panels
Jeriah 0:547856de255b 9
Jeriah 1:e0fc716e2394 10 #endif