From fc8103c969bc314863274f9bc49abebb1ff782ec Mon Sep 17 00:00:00 2001 From: Mikal Hart Date: Sat, 8 Jun 2013 12:37:51 -0500 Subject: [PATCH 1/2] Minor typo correction formely->formerly --- libraries/SoftwareSerial/keywords.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/SoftwareSerial/keywords.txt b/libraries/SoftwareSerial/keywords.txt index 3f36dfc80..aaea17c20 100755 --- a/libraries/SoftwareSerial/keywords.txt +++ b/libraries/SoftwareSerial/keywords.txt @@ -1,6 +1,6 @@ ####################################### # Syntax Coloring Map for SoftwareSerial -# (formely NewSoftSerial) +# (formerly NewSoftSerial) ####################################### ####################################### From ad500ae24d9737090e84a5242d4914df8edc51a1 Mon Sep 17 00:00:00 2001 From: Nick Date: Tue, 11 Jun 2013 14:47:15 +0200 Subject: [PATCH 2/2] 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