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:53:11 2016 +0000
Revision:
8:28f8162d2929
Parent:
7:6becc29457ce
Child:
9:9690da23e8d7
Program now works for UV as well

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 4:4b67d7667474 5 void createDataFile_testTEMP();
tdale19 8:28f8162d2929 6 void writeData(uint16_t time, float outside, float inside, float panel, float Solar, float UV);
Jeriah 0:547856de255b 7 void closeDataFile();
Jeriah 2:04c2f253ec87 8 bool mountSDCard();
Jeriah 0:547856de255b 9
Jeriah 0:547856de255b 10 #endif