program for final combination of working pieces

Dependencies:   SDFileSystem TMP102 mbed ISL29125

Fork of TEMP_Test by Thomas Dale

Revision:
8:28f8162d2929
Parent:
7:6becc29457ce
Child:
9:9690da23e8d7
--- a/SDSave.h	Thu Mar 31 17:32:01 2016 +0000
+++ b/SDSave.h	Thu Mar 31 17:53:11 2016 +0000
@@ -3,7 +3,7 @@
 
 void createDataFile();
 void createDataFile_testTEMP();
-void writeData(uint16_t time, float outside, float inside, float panel, float Solar);
+void writeData(uint16_t time, float outside, float inside, float panel, float Solar, float UV);
 void closeDataFile();
 bool mountSDCard();