program for final combination of working pieces

Dependencies:   SDFileSystem TMP102 mbed ISL29125

Fork of TEMP_Test by Thomas Dale

Revision:
9:9690da23e8d7
Parent:
8:28f8162d2929
Child:
13:906a647d7bd1
--- a/SDSave.h	Thu Mar 31 17:53:11 2016 +0000
+++ b/SDSave.h	Sun Apr 03 21:51:02 2016 +0000
@@ -2,8 +2,7 @@
 #define SAVE
 
 void createDataFile();
-void createDataFile_testTEMP();
-void writeData(uint16_t time, float outside, float inside, float panel, float Solar, float UV);
+void writeData( float time, float outside, float inside, float panel, float Solar, float UV, uint16_t red, uint16_t green, uint16_t blue);
 void closeDataFile();
 bool mountSDCard();