Nikola Milenic / SDcardM
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