Write 10 lines of Accelerometer data from FRDM-KL25Z to SD Card and read it back.
Dependencies: MMA8451Q SDFileSystem mbed
Fork of SDCardTest by
Diff: main.cpp
- 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");