1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-07-30 16:24:09 +03:00

Merge branch 'master' of git@github.com:arduino/Arduino

This commit is contained in:
Tom Igoe
2011-01-18 15:51:14 -05:00
4 changed files with 266 additions and 262 deletions

View File

@ -35,7 +35,7 @@ void loop() {
int thisPitch = map(sensorReading, 400, 1000, 100, 1000);
// play the pitch:
tone(8, thisPitch, 10);
tone(9, thisPitch, 10);
}