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
Fork of song_demo_PWM by
Diff: main.cpp
- Revision:
- 5:54dda16baec4
- Parent:
- 4:64c31855f0be
- Child:
- 7:29dd200668db
--- a/main.cpp Wed Oct 28 14:47:31 2015 +0000
+++ b/main.cpp Thu Oct 29 09:22:41 2015 +0000
@@ -65,7 +65,7 @@
playbuzz = true;
buzz();
}
- if(songTimer.read() > 9.2)
+ if(songTimer.read() > 29.2)
{
songTimer.reset();
mySpeaker.PlaySong(note,duration);
