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
00001 #ifndef _SDcardM_H_ 00002 #define _SDcardM_H_ 00003 00004 #include "SDBlockDevice.h" 00005 00006 bool SD_init(); 00007 00008 void SD_log_char(char c); 00009 00010 void SD_log_string(const char* s); 00011 00012 void SD_log_float(float); 00013 00014 void SD_log_int(int); 00015 00016 void SD_flush(); 00017 00018 #endif
Generated on Fri Jul 15 2022 20:20:12 by
