Skip to content

Commit d4ed482

Browse files
committed
Merge branch 'master' of github.com:arduino/Arduino
2 parents 94168bd + e6dc688 commit d4ed482

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/shared/examples/2.Digital/tonePitchFollower/tonePitchFollower.pde

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ void loop() {
3535
int thisPitch = map(sensorReading, 400, 1000, 100, 1000);
3636

3737
// play the pitch:
38-
tone(8, thisPitch, 10);
38+
tone(9, thisPitch, 10);
3939

4040
}
4141

0 commit comments

Comments
 (0)