Overlord i2c LCD with LEDs and buzzer (#14801)

This commit is contained in:
Tim Moore
2019-08-02 04:19:45 -07:00
committed by Scott Lahteine
parent e1942715ce
commit 940c59d9da
125 changed files with 695 additions and 43 deletions

View File

@ -264,6 +264,8 @@ public:
lcd.buzz(duration, freq);
#elif PIN_EXISTS(BEEPER)
buzzer.tone(duration, freq);
#elif ENABLED(PCA9632_BUZZER)
pca9632_buzz(duration, freq);
#endif
}
#endif