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/Core/ffconf.h
- Revision:
- 5:d85e20b6b904
- Parent:
- 3:210eb67b260c
- Child:
- 6:ddf09d859ed7
--- a/FATFileSystem/Core/ffconf.h Fri Aug 27 00:59:28 2010 +0000 +++ b/FATFileSystem/Core/ffconf.h Sat Jan 15 05:58:22 2011 +0000 @@ -38,7 +38,7 @@ #define _USE_STRFUNC 2 /* 0:Disable or 1/2:Enable */ /* To enable string functions, set _USE_STRFUNC to 1 or 2. */ -#define _USE_MKFS 1 /* 0:Disable or 1:Enable */ +#define _USE_MKFS 0 /* 0:Disable or 1:Enable */ /* To enable f_mkfs function, set _USE_MKFS to 1 and set _FS_READONLY to 0 */ #define _USE_FORWARD 0 /* 0:Disable or 1:Enable */