Test temperature for the near space lab

Dependencies:   SDFileSystem mbed TEMP_Test

Dependents:   TEMP_Test

Fork of RGB_Test by Jeriah Bankson

Committer:
tdale19
Date:
Thu Mar 31 16:53:11 2016 +0000
Revision:
9:5ad2f7f3100e
Parent:
4:4b67d7667474
Problem with multiple SDFileSystems solved

Who changed what in which revision?

UserRevisionLine numberNew contents of line
Jeriah 0:547856de255b 1 #ifndef SAVE
Jeriah 0:547856de255b 2 #define SAVE
Jeriah 0:547856de255b 3
Jeriah 0:547856de255b 4 void createDataFile();
tdale19 4:4b67d7667474 5 void createDataFile_testTEMP();
tdale19 4:4b67d7667474 6 void writeData(uint16_t time, float temp, float uv, uint16_t red, uint16_t green, uint16_t blue);
tdale19 4:4b67d7667474 7 void writeData_testTEMP(uint16_t time, float outside, float inside, float panel);
Jeriah 0:547856de255b 8 void closeDataFile();
Jeriah 2:04c2f253ec87 9 bool mountSDCard();
Jeriah 0:547856de255b 10
Jeriah 0:547856de255b 11 #endif