WavSpiller_Oppgave / Mbed 2 deprecated WavPlayer_CB

Dependencies:   mbed C12832 DogM163 FatFileSystem

Files at this revision

API Documentation at this revision

Comitter:
JostBaus
Date:
Sat Apr 20 17:12:05 2019 +0000
Parent:
26:304ecc4066a8
Child:
28:19aac2daf669
Commit message:
forgot Stopped = 0; in void Play

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Sat Apr 20 17:07:46 2019 +0000
+++ b/main.cpp	Sat Apr 20 17:12:05 2019 +0000
@@ -119,6 +119,7 @@
         lcd.printf("%2.f s", dur.read());
     }
     fclose(wave_file);
+    Stopped = 0;
     menu();
 }