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:
8:28f8162d2929
Final Project. With working thermometers and working Solar Panels

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