A test program for the WavPlayer class, works on the RS Animatronic Lab Board

Dependencies:   FatFileSystem MSCFileSystem WavPlayer mbed

Revision:
2:8818d976f1e7
Parent:
0:d49f4c0f2ba7
--- a/main.cpp	Wed Sep 19 11:06:09 2012 +0000
+++ b/main.cpp	Mon Sep 24 14:10:40 2012 +0000
@@ -1,4 +1,6 @@
-// This is all set up for the RS Labboard: Just plug a memory stick with a wav file called test.wav on it and have a listen!
+// This is all set up for the RS Labboard: Just plug a memory stick with a wav file called test.wav on it 
+//(such as the one you can get from: https://mbed.org/media/uploads/p07gbar/test.wav) and have a listen!
+// Any 16bit PCM Wav files with channel*sample rate less than 48kHz should work.
 
 #include "mbed.h"
 #include "WavPlayer.h"