program for final combination of working pieces

Dependencies:   SDFileSystem TMP102 mbed ISL29125

Fork of TEMP_Test by Thomas Dale

Revision:
1:e0fc716e2394
Parent:
0:547856de255b
Child:
2:04c2f253ec87
--- a/SDSave.h	Fri Mar 11 23:43:27 2016 +0000
+++ b/SDSave.h	Sat Mar 12 00:01:03 2016 +0000
@@ -6,5 +6,6 @@
 void writeData(uint16_t time, uint16_t temp, uint16_t uv, uint16_t red, uint16_t green, uint16_t blue);
 void writeData_testRGB(float time, uint16_t red, uint16_t green, uint16_t blue);
 void closeDataFile();
+bool mountFailure();
 
 #endif