Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: mbed C12832 DogM163 FatFileSystem
Revision 27:6e5cc34fb952, committed 2019-04-20
- 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();
}