This is Petit FAT File System Module for mbed NXP LPC1768. The ported library from http://elm-chan.org/fsw/ff/00index_p.html made by Mr. ChaN. The connection is same as SDCard library here http://mbed.org/projects/cookbook/wiki/SDCard . If you need change a pin, You can find the definition at libpff/connect.h :)

Dependencies:   mbed

Committer:
shintamainjp
Date:
Fri Jun 04 23:47:39 2010 +0000
Revision:
1:a24950493dec
Parent:
0:b5453be5ad07

        

Who changed what in which revision?

UserRevisionLine numberNew contents of line
shintamainjp 0:b5453be5ad07 1 #ifndef _CONNECT_H_
shintamainjp 0:b5453be5ad07 2
shintamainjp 0:b5453be5ad07 3 #define CONNECT_MOSI p5
shintamainjp 0:b5453be5ad07 4 #define CONNECT_MISO p6
shintamainjp 0:b5453be5ad07 5 #define CONNECT_SCK p7
shintamainjp 0:b5453be5ad07 6 #define CONNECT_CS p13
shintamainjp 1:a24950493dec 7 #define SPI_FREQ 400000
shintamainjp 0:b5453be5ad07 8
shintamainjp 0:b5453be5ad07 9 #define _CONNECT_H_
shintamainjp 0:b5453be5ad07 10 #endif