program for final combination of working pieces

Dependencies:   SDFileSystem TMP102 mbed ISL29125

Fork of TEMP_Test by Thomas Dale

SDSave.h

Committer:
tdale19
Date:
2016-03-16
Revision:
4:4b67d7667474
Parent:
2:04c2f253ec87
Child:
7:6becc29457ce

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