Skip to content

Commit a3c7a1b

Browse files
committed
Merge remote branch 'upstream/master' into dhcp-dns
2 parents 88e858f + e6dc688 commit a3c7a1b

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)