This software will read a .wav file from an SD card and display the header information contained within it. It is designed to work with the SD card on the mbed carrier which is part of the RS-EDP system.

Dependencies:   mbed SDFileSystem

HeaderFiles/mbed_Port_Structure.h

Committer:
DavidGilesHitex
Date:
2010-11-19
Revision:
0:35c1800c59e6

File content as of revision 0:35c1800c59e6:

/* Header Files for Port Structure */
/* ******************************* */


extern void setup_mbed_ports(void);


/* Configure the I/O Port Structure */
extern DigitalOut User_Led1;
extern DigitalOut User_Led2;
extern DigitalOut User_Led3;
extern DigitalOut User_Led4;


/* Serial interface via USB  */
extern Serial pc;