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.
Diff: SDcardM.h
- Revision:
- 0:ce17b48156eb
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/SDcardM.h Wed Jun 12 21:49:37 2019 +0000 @@ -0,0 +1,18 @@ +#ifndef _SDcardM_H_ +#define _SDcardM_H_ + +#include "SDBlockDevice.h" + +bool SD_init(); + +void SD_log_char(char c); + +void SD_log_string(const char* s); + +void SD_log_float(float); + +void SD_log_int(int); + +void SD_flush(); + +#endif \ No newline at end of file