Fix comment in PlayTune sketch: Devkit -> DevKit

This commit is contained in:
Scott Allen 2017-02-07 09:57:32 -05:00
parent 2cbe4afa08
commit b4707dc546
1 changed files with 1 additions and 1 deletions

View File

@ -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