Overlord i2c LCD with LEDs and buzzer (#14801)
This commit is contained in:
committed by
Scott Lahteine
parent
e1942715ce
commit
940c59d9da
@@ -30,3 +30,7 @@ struct LEDColor;
|
||||
typedef LEDColor LEDColor;
|
||||
|
||||
void pca9632_set_led_color(const LEDColor &color);
|
||||
|
||||
#if ENABLED(PCA9632_BUZZER)
|
||||
void pca9632_buzz(uint16_t const, uint16_t);
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user