program for final combination of working pieces

Dependencies:   SDFileSystem TMP102 mbed ISL29125

Fork of TEMP_Test by Thomas Dale

Revision:
13:906a647d7bd1
Parent:
9:9690da23e8d7
diff -r 7ed53be0057a -r 906a647d7bd1 SDSave.h
--- a/SDSave.h	Thu Apr 07 15:46:20 2016 +0000
+++ b/SDSave.h	Mon Apr 18 16:41:40 2016 +0000
@@ -2,7 +2,7 @@
 #define SAVE
 
 void createDataFile();
-void writeData( float time, float outside, float inside, float panel, float Solar, float UV, uint16_t red, uint16_t green, uint16_t blue);
+void writeData( float time, float outside, float inside, float Solar, float UV, uint16_t red, uint16_t green, uint16_t blue);
 void closeDataFile();
 bool mountSDCard();