SDFileSystem, slightly modified for the ExoController

Dependencies:   SDFileSystem

Dependents:   Data-Management-Honka

Fork of SDFileSystem_HelloWorld by Bradley Perry

Revision:
8:964f832265b8
Parent:
7:51c9391e6c4c
Child:
9:5bad923e18ce
--- a/SDFile.cpp	Thu Feb 26 18:28:14 2015 +0000
+++ b/SDFile.cpp	Wed Mar 11 19:39:20 2015 +0000
@@ -25,7 +25,7 @@
         //printf("Opening writable file\r\n");
         _fp = fopen((const char*)b, "w+");
     }
-    printf("fp is %d\r\n", _fp);       
+    //printf("fp is %d\r\n", _fp);       
 }
 
 /**