Skip to content

Commit 62cd114

Browse files
committed
Fix incorrect comment in toneMultiple example
The comment about the note duration didn't match the code.
1 parent d2e357b commit 62cd114

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/02.Digital/toneMultiple/toneMultiple.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ void loop() {
3434

3535
// turn off tone function for pin 7:
3636
noTone(7);
37-
// play a note on pin 8 for 500 ms:
37+
// play a note on pin 8 for 300 ms:
3838
tone(8, 523, 300);
3939
delay(300);
4040
}

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy