Non-blocking buzzer
This commit is contained in:
parent
26f8f54c56
commit
5b5aa1572b
14 changed files with 432 additions and 108 deletions
|
|
@ -218,7 +218,8 @@
|
|||
|
||||
#else
|
||||
|
||||
#define BEEPER_PIN 33 // Beeper on AUX-4
|
||||
// Beeper on AUX-4
|
||||
#define BEEPER_PIN 33
|
||||
|
||||
// buttons are directly attached using AUX-2
|
||||
#if ENABLED(REPRAPWORLD_KEYPAD)
|
||||
|
|
@ -247,7 +248,8 @@
|
|||
#endif
|
||||
#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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue