mirror of
https://github.com/arduino/Arduino.git
synced 2025-03-15 12:29:26 +01:00
Merge remote branch 'upstream/master' into dhcp-dns
This commit is contained in:
commit
a3c7a1bedd
@ -35,7 +35,7 @@ void loop() {
|
|||||||
int thisPitch = map(sensorReading, 400, 1000, 100, 1000);
|
int thisPitch = map(sensorReading, 400, 1000, 100, 1000);
|
||||||
|
|
||||||
// play the pitch:
|
// play the pitch:
|
||||||
tone(8, thisPitch, 10);
|
tone(9, thisPitch, 10);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user