Fork of Simon Ford's SDCardTest repo to make it work with FRDM-KL25Z. Also, I am using the SDFileSystem repo as a library dependency as opposed to using the hard-coded SDFileSystem.

Dependencies:   MMA8451Q SDFileSystem mbed

Fork of SDCardTest by Simon Ford

Revision:
3:68ef62208d4d
Parent:
1:2dec995d53f8
Child:
4:823307a8e5dc
--- a/main.cpp	Mon Dec 14 22:32:28 2009 +0000
+++ b/main.cpp	Thu Dec 31 15:11:08 2009 +0000
@@ -10,7 +10,7 @@
     if(fp == NULL) {
         error("Could not open file for write\n");
     }
-    fprintf(fp, "Hello SD Card World!");
+    fprintf(fp, "Hello fun SD Card World!");
     fclose(fp); 
 
     printf("Goodbye World!\n");