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: C12832 USBHost mbed MMA7660 wave_player
Fork of app-board-Speaker by
Revision 18:3a7e3401ada3, committed 2016-12-13
- Comitter:
- toyohara
- Date:
- Tue Dec 13 09:54:54 2016 +0000
- Parent:
- 17:9e07a9ff6e91
- Child:
- 19:8762c0a71816
- Commit message:
- a
Changed in this revision
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Tue Dec 13 09:50:15 2016 +0000
+++ b/main.cpp Tue Dec 13 09:54:54 2016 +0000
@@ -469,6 +469,8 @@
wave_file = fopen("/usb/music/BGMforMBED2.wav", "r");
stdio_mutex.unlock();
+ lcd.locate(10,10);
+ lcd.printf("scale %s", names[0]);
waver.play(wave_file);
fclose(wave_file);
