We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45244f0 commit e930e26Copy full SHA for e930e26
examples/Example_07_Melody/Example_07_Melody.ino
@@ -78,6 +78,5 @@ void play_melody()
78
// the note's duration + 30% seems to work well:
79
int pauseBetweenNotes = noteDuration * 1.30;
80
delay(pauseBetweenNotes);
81
- // stop the tone playing:
82
}
83
0 commit comments