Lab4

Dependencies:   USBHost mbed wave_player_appbd

Fork of AppBoard_Waveplayer by jim hamblen

Files at this revision

API Documentation at this revision

Comitter:
jaredwil
Date:
Tue Mar 03 19:21:54 2015 +0000
Parent:
9:f1aebfbe7e78
Child:
11:84161ded6baf
Commit message:
Part4;

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Fri Nov 01 15:30:47 2013 +0000
+++ b/main.cpp	Tue Mar 03 19:21:54 2015 +0000
@@ -25,8 +25,10 @@
     while(!msd.connect()) {
         Thread::wait(500);
     }
+    
+    
     //open wav file and play it
-    wave_file=fopen("/usb/sample.wav","r");
+    wave_file=fopen("/usb/wav3.wav","r");
     waver.play(wave_file);
     fclose(wave_file);
     //end of program