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.
SDcardM.h
- Committer:
- milenicnikola
- Date:
- 2019-06-12
- Revision:
- 0:ce17b48156eb
File content as of revision 0:ce17b48156eb:
#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