SDFileSystem, slightly modified for the ExoController

Dependencies:   SDFileSystem

Dependents:   Data-Management-Honka

Fork of SDFileSystem_HelloWorld by Bradley Perry

Revision:
6:0fdda2533593
Parent:
5:3f554866f226
Child:
7:51c9391e6c4c
--- a/SDFile.cpp	Wed Feb 18 01:11:05 2015 +0000
+++ b/SDFile.cpp	Fri Feb 20 20:10:14 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);       
 }
 
 /**