SDFileSystem, slightly modified for the ExoController

Dependencies:   SDFileSystem

Dependents:   Data-Management-Honka

Fork of SDFileSystem_HelloWorld by Bradley Perry

Revision:
11:b47fb3344ed9
Parent:
9:5bad923e18ce
--- a/SDFile.h	Mon Apr 27 21:58:36 2015 +0000
+++ b/SDFile.h	Mon May 11 21:47:54 2015 +0000
@@ -25,6 +25,7 @@
     void open_for_read(std::string path, std::string filename);
     void open_for_write(std::string path, std::string filename);
     void close();
+    void debug_print();
 
 private:
     FILE *_fp;