1
0
mirror of https://github.com/arduino/Arduino.git synced 2025-01-17 06:52:18 +01:00

Update incorrect docs in tonePitchFollower example

The comments state that the speaker should be on pin 8, but the code references pin 9. Updated the comments to reflect the correct pin.
This commit is contained in:
Nick 2013-06-11 14:47:15 +02:00
parent fc8103c969
commit ad500ae24d

View File

@ -4,7 +4,7 @@
Plays a pitch that changes based on a changing analog input
circuit:
* 8-ohm speaker on digital pin 8
* 8-ohm speaker on digital pin 9
* photoresistor on analog 0 to 5V
* 4.7K resistor on analog 0 to ground