Test temperature for the near space lab

Dependencies:   SDFileSystem mbed TEMP_Test

Dependents:   TEMP_Test

Fork of RGB_Test by Jeriah Bankson

SDSave.h

Committer:
tdale19
Date:
2016-03-16
Revision:
4:4b67d7667474
Parent:
2:04c2f253ec87

File content as of revision 4:4b67d7667474:

#ifndef SAVE
#define SAVE

void createDataFile();
void createDataFile_testTEMP();
void writeData(uint16_t time, float temp, float uv, uint16_t red, uint16_t green, uint16_t blue);
void writeData_testTEMP(uint16_t time, float outside, float inside, float panel);
void closeDataFile();
bool mountSDCard();

#endif