Skip to content

Commit 45244f0

Browse files
committed
removing call to off() - handled by durations
1 parent 65c2dd9 commit 45244f0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

examples/Example_07_Melody/Example_07_Melody.ino

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,5 @@ void play_melody()
7979
int pauseBetweenNotes = noteDuration * 1.30;
8080
delay(pauseBetweenNotes);
8181
// stop the tone playing:
82-
buzzer.off();
8382
}
8483
}

0 commit comments

Comments
 (0)