mirror of https://github.com/MLXXXp/Arduboy2.git
Fix comment in PlayTune sketch: Devkit -> DevKit
This commit is contained in:
parent
2cbe4afa08
commit
b4707dc546
|
@ -142,7 +142,7 @@ void setup()
|
||||||
// if not a DevKit
|
// if not a DevKit
|
||||||
tunes.initChannel(PIN_SPEAKER_2);
|
tunes.initChannel(PIN_SPEAKER_2);
|
||||||
#else
|
#else
|
||||||
// if it's a Devkit
|
// if it's a DevKit
|
||||||
tunes.initChannel(PIN_SPEAKER_1); // use the same pin for both channels
|
tunes.initChannel(PIN_SPEAKER_1); // use the same pin for both channels
|
||||||
tunes.toneMutesScore(true); // mute the score when a tone is sounding
|
tunes.toneMutesScore(true); // mute the score when a tone is sounding
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue