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.
Diff: FATFileSystem/Interface/FATFileSystem.cpp
- Revision:
- 3:210eb67b260c
- Parent:
- 2:716abfa4a4d0
- Child:
- 4:9a5878d316d5
diff -r 716abfa4a4d0 -r 210eb67b260c FATFileSystem/Interface/FATFileSystem.cpp --- a/FATFileSystem/Interface/FATFileSystem.cpp Mon Aug 23 01:31:50 2010 +0000 +++ b/FATFileSystem/Interface/FATFileSystem.cpp Mon Aug 23 07:12:13 2010 +0000 @@ -1,6 +1,8 @@ /* mbed Microcontroller Library - FATFileSystem Copyright (c) 2008, sford */ +//Modified by Thomas Hamilton, Copyright 2010 + #include "FATFileSystem.h" DWORD get_fattime(void) @@ -34,6 +36,7 @@ f_mount((BYTE)i, NULL); } } + delete this; } FileHandle* FATFileSystem::open(const char* filename, int flags)