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

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers mmcPinConfig.h Source File

mmcPinConfig.h

00001 #ifndef MMCPINCONFIG_H
00002 #define MMCPINCONFIG_H
00003 
00004 // pin configurations
00005 #define MMC_MISO dp1
00006 #define MMC_MOSI dp2
00007 #define MMC_SCLK dp6
00008 #define MMC_CS dp4
00009 
00010 #endif