l

Dependencies:   SDFileSystem mbed wave_player

Fork of WavePlayer_HelloWorld by jim hamblen

Revision:
2:e1be7ef1c73a
Parent:
1:5b8e223e983d
--- a/main.cpp	Thu Jan 24 02:59:05 2013 +0000
+++ b/main.cpp	Sun Feb 19 23:12:32 2017 +0000
@@ -14,7 +14,7 @@
 {
     FILE *wave_file;
     printf("\n\n\nHello, wave world!\n");
-    wave_file=fopen("/sd/sample.wav","r");
+    wave_file=fopen("/sd/tmnt_converted.wav","r");
     waver.play(wave_file);
     fclose(wave_file);
 }
\ No newline at end of file