Overlord i2c LCD with LEDs and buzzer (#14801)
This commit is contained in:
committed by
Scott Lahteine
parent
e1942715ce
commit
940c59d9da
@ -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
|
||||
|
Reference in New Issue
Block a user