From ad500ae24d9737090e84a5242d4914df8edc51a1 Mon Sep 17 00:00:00 2001 From: Nick Date: Tue, 11 Jun 2013 14:47:15 +0200 Subject: [PATCH] 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. --- .../examples/02.Digital/tonePitchFollower/tonePitchFollower.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/shared/examples/02.Digital/tonePitchFollower/tonePitchFollower.ino b/build/shared/examples/02.Digital/tonePitchFollower/tonePitchFollower.ino index e74c7b343..69caff744 100644 --- a/build/shared/examples/02.Digital/tonePitchFollower/tonePitchFollower.ino +++ b/build/shared/examples/02.Digital/tonePitchFollower/tonePitchFollower.ino @@ -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