SD Card Interface class. Log raw data bytes to memory addresses of your choice, or format the card and use the FAT file system to write files.

Dependencies:   mbed

Revision:
3:210eb67b260c
Parent:
2:716abfa4a4d0
Child:
4:9a5878d316d5
--- a/main.cpp	Mon Aug 23 01:31:50 2010 +0000
+++ b/main.cpp	Mon Aug 23 07:12:13 2010 +0000
@@ -2,9 +2,7 @@
 #include "stdint.h"
 #include "DirHandle.h"
 #include "SDCard.h"
-//////////////////////////////////////////////////////////////////////////
-//fix timeout and destructor
-//////////////////////////////////////////////////////////////////////////
+
 SDCard Logger(p5, p6, p7, p8, "SDCard");
 
 DigitalOut led1(LED1);