program for final combination of working pieces

Dependencies:   SDFileSystem TMP102 mbed ISL29125

Fork of TEMP_Test by Thomas Dale

Committer:
tdale19
Date:
Mon Apr 18 16:41:40 2016 +0000
Revision:
13:906a647d7bd1
Parent:
7:6becc29457ce
Jeriah on Tom's mbed id, fixed the sd save horizontal problem

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
Jeriah 0:547856de255b 8
Jeriah 1:e0fc716e2394 9 #endif