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-31
Revision:
7:6becc29457ce
Parent:
4:4b67d7667474
Child:
8:28f8162d2929

File content as of revision 7:6becc29457ce:

#ifndef SAVE
#define SAVE

void createDataFile();
void createDataFile_testTEMP();
void writeData(uint16_t time, float outside, float inside, float panel, float Solar);
void closeDataFile();
bool mountSDCard();

#endif