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 d2e357b commit 62cd114Copy full SHA for 62cd114
examples/02.Digital/toneMultiple/toneMultiple.ino
@@ -34,7 +34,7 @@ void loop() {
34
35
// turn off tone function for pin 7:
36
noTone(7);
37
- // play a note on pin 8 for 500 ms:
+ // play a note on pin 8 for 300 ms:
38
tone(8, 523, 300);
39
delay(300);
40
}
0 commit comments