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 HC05 QEI MODSERIAL SWSPI mbed-rtos
Diff: Drivers/Tone/tone.cpp
- Revision:
- 4:81b0de07841f
- Parent:
- 1:1da89c13dfa1
diff -r d1197b5ea68a -r 81b0de07841f Drivers/Tone/tone.cpp
--- a/Drivers/Tone/tone.cpp Sun Oct 12 23:27:43 2014 +0000
+++ b/Drivers/Tone/tone.cpp Tue Oct 14 17:55:37 2014 +0000
@@ -26,7 +26,7 @@
// Pulse the speaker to play a tone for a particular duration
void imperial_march()
{
- for (int i=0; i<MAX_COUNT; i++) {
+ for (int i=0; i<36; i++) {
toneM = melody1[i];
beat = beats1[i];
duration = beat * tempo; // Set up timing