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: FXOS8700CQ SDFileSystem mbed
my_libraries/sd_card.h
- Committer:
- gerardo_carmona
- Date:
- 2014-11-07
- Revision:
- 5:b384cf06de76
- Parent:
- 2:94059cb643be
File content as of revision 5:b384cf06de76:
#ifndef sd_card_h #define sd_card_h #include "SDFileSystem.h" void savefile_sd(); #endif