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 65c2dd9 commit 45244f0Copy full SHA for 45244f0
examples/Example_07_Melody/Example_07_Melody.ino
@@ -79,6 +79,5 @@ void play_melody()
79
int pauseBetweenNotes = noteDuration * 1.30;
80
delay(pauseBetweenNotes);
81
// stop the tone playing:
82
- buzzer.off();
83
}
84
0 commit comments