Skip to content

Commit 275051f

Browse files
authored
Merge pull request #6623 from per1234/fix-toneMultiple
Fix incorrect comment in toneMultiple example
2 parents 5a72323 + 86c5ca8 commit 275051f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/shared/examples/02.Digital/toneMultiple/toneMultiple.ino

+1-1
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)