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.
Fork of SDFileSystem by
SDSaveFunction.h
- Committer:
- DanielBlomdahl
- Date:
- 2016-03-17
- Revision:
- 23:ab7d8030ac94
- Child:
- 24:ee4f7224a2a5
File content as of revision 23:ab7d8030ac94:
// Header file to give functions for the SD card save function #include "mbed.h" int mountSDCard(); int openDataFile(); int closeDataFile(); void writeData();