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:
4:823307a8e5dc
Parent:
3:68ef62208d4d
Child:
6:f8e5916f19b8
--- a/main.cpp	Thu Dec 31 15:11:08 2009 +0000
+++ b/main.cpp	Mon Dec 29 07:28:55 2014 +0000
@@ -1,7 +1,7 @@
 #include "mbed.h"
 #include "SDFileSystem.h"
 
-SDFileSystem sd(p11, p12, p13, p27, "sd");
+SDFileSystem sd(PTD2, PTD3, PTD1, PTD0, "sd");
 
 int main() {
     printf("Hello World!\n");