From b4707dc5460071698a0ff596e25c7e0d7abcc2c3 Mon Sep 17 00:00:00 2001 From: Scott Allen Date: Tue, 7 Feb 2017 09:57:32 -0500 Subject: [PATCH] Fix comment in PlayTune sketch: Devkit -> DevKit --- examples/PlayTune/PlayTune.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/PlayTune/PlayTune.ino b/examples/PlayTune/PlayTune.ino index bedb281..c2269e5 100644 --- a/examples/PlayTune/PlayTune.ino +++ b/examples/PlayTune/PlayTune.ino @@ -142,7 +142,7 @@ void setup() // if not a DevKit tunes.initChannel(PIN_SPEAKER_2); #else - // if it's a Devkit + // if it's a DevKit tunes.initChannel(PIN_SPEAKER_1); // use the same pin for both channels tunes.toneMutesScore(true); // mute the score when a tone is sounding #endif