Non-blocking buzzer
This commit is contained in:
committed by
Scott Lahteine
parent
26f8f54c56
commit
5b5aa1572b
@ -112,7 +112,8 @@
|
||||
|
||||
#if ENABLED(NEWPANEL)
|
||||
|
||||
#define BEEPER_PIN 79 // Beeper on AUX-4
|
||||
// Beeper on AUX-4
|
||||
#define BEEPER_PIN 79
|
||||
|
||||
#define LCD_PINS_RS 70
|
||||
#define LCD_PINS_ENABLE 71
|
||||
@ -134,7 +135,8 @@
|
||||
|
||||
#else //!NEWPANEL - old style panel with shift register
|
||||
|
||||
#define BEEPER_PIN 33 // No Beeper added
|
||||
// No Beeper added
|
||||
#define BEEPER_PIN 33
|
||||
|
||||
//buttons are attached to a shift register
|
||||
// Not wired yet
|
||||
|
Reference in New Issue
Block a user