Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: SDFileSystem TMP102 mbed ISL29125
Fork of TEMP_Test by
SDSave.h
- Committer:
- tdale19
- Date:
- 2016-04-18
- Revision:
- 13:906a647d7bd1
- Parent:
- 9:9690da23e8d7
File content as of revision 13:906a647d7bd1:
#ifndef SAVE
#define SAVE
void createDataFile();
void writeData( float time, float outside, float inside, float Solar, float UV, uint16_t red, uint16_t green, uint16_t blue);
void closeDataFile();
bool mountSDCard();
#endif
