Lightweight SD card FAT file system. Originaled by chan http://elm-chan.org/fsw/ff/00index_p.html

Petit FAT File System for LPC1114

originaled by elm

If you want to use except LPC1114, you can change pin definitions at mmcPinConfig.h

more detail and original code at http://elm-chan.org/fsw/ff/00index_p.html

This library is NOT compatible with mbed official SDFileSystem

mmcPinConfig.h

Committer:
hsgw
Date:
2014-05-09
Revision:
0:845390b117a7

File content as of revision 0:845390b117a7:

#ifndef MMCPINCONFIG_H
#define MMCPINCONFIG_H

// pin configurations
#define MMC_MISO dp1
#define MMC_MOSI dp2
#define MMC_SCLK dp6
#define MMC_CS dp4

#endif