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

Revision:
0:35c1800c59e6
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/HeaderFiles/mbed_Port_Structure.h	Fri Nov 19 09:54:23 2010 +0000
@@ -0,0 +1,17 @@
+/* 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;
+