Daniel Blomdahl / SDFileSystem

Dependencies:   FATFileSystem

Fork of SDFileSystem by Neil Thiessen

Revision:
23:ab7d8030ac94
Child:
24:ee4f7224a2a5
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/SDSaveFunction.h	Thu Mar 17 16:13:19 2016 +0000
@@ -0,0 +1,12 @@
+// Header file to give functions for the SD card save function
+
+#include "mbed.h"
+
+
+int mountSDCard();
+
+int openDataFile();
+
+int closeDataFile();
+
+void writeData();
\ No newline at end of file