Test temperature for the near space lab

Dependencies:   SDFileSystem mbed TEMP_Test

Dependents:   TEMP_Test

Fork of RGB_Test by Jeriah Bankson

Revision:
2:04c2f253ec87
Parent:
1:e0fc716e2394
Child:
4:4b67d7667474
--- a/SDSave.h	Sat Mar 12 00:01:03 2016 +0000
+++ b/SDSave.h	Sat Mar 12 01:40:42 2016 +0000
@@ -6,6 +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();
+bool mountSDCard();
 
 #endif