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
Diff: main.cpp
- Revision:
- 27:6e5cc34fb952
- Parent:
- 26:304ecc4066a8
- Child:
- 28:19aac2daf669
diff -r 304ecc4066a8 -r 6e5cc34fb952 main.cpp --- 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(); }