l

Dependencies:   SDFileSystem mbed wave_player

Fork of WavePlayer_HelloWorld by jim hamblen

Files at this revision

API Documentation at this revision

Comitter:
yaringurfel
Date:
Sun Feb 19 23:12:32 2017 +0000
Parent:
1:5b8e223e983d
Commit message:
l

Changed in this revision

SDFileSystem.lib Show annotated file Show diff for this revision Revisions of this file
main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/SDFileSystem.lib	Thu Jan 24 02:59:05 2013 +0000
+++ b/SDFileSystem.lib	Sun Feb 19 23:12:32 2017 +0000
@@ -1,1 +1,1 @@
-http://mbed.org/users/mbed_official/code/SDFileSystem/#c8f66dc765d4
+https://developer.mbed.org/users/yaringurfel/code/SDFileSystem/#f5ce67561915
--- 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