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:
9:9690da23e8d7
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 #ifndef SAVE
Jeriah 0:547856de255b 2 #define SAVE
Jeriah 0:547856de255b 3
Jeriah 0:547856de255b 4 void createDataFile();
tdale19 13:906a647d7bd1 5 void writeData( float time, float outside, float inside, float Solar, float UV, uint16_t red, uint16_t green, uint16_t blue);
Jeriah 0:547856de255b 6 void closeDataFile();
Jeriah 2:04c2f253ec87 7 bool mountSDCard();
Jeriah 0:547856de255b 8
Jeriah 0:547856de255b 9 #endif