mirror of
https://github.com/arduino/Arduino.git
synced 2025-04-05 21:40:24 +02:00
Fix incorrect comment in toneMultiple example
The comment about the note duration didn't match the code.
This commit is contained in:
parent
6067e2d07e
commit
86c5ca8547
@ -34,7 +34,7 @@ void loop() {
|
|||||||
|
|
||||||
// turn off tone function for pin 7:
|
// turn off tone function for pin 7:
|
||||||
noTone(7);
|
noTone(7);
|
||||||
// play a note on pin 8 for 500 ms:
|
// play a note on pin 8 for 300 ms:
|
||||||
tone(8, 523, 300);
|
tone(8, 523, 300);
|
||||||
delay(300);
|
delay(300);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user