Add M401 - Wait for user on LCD button press
This commit is contained in:
parent
7244aa7eb7
commit
516ec90242
3 changed files with 31 additions and 1 deletions
|
|
@ -13,6 +13,7 @@
|
|||
#define LCD_UPDATE_INTERVAL 100
|
||||
#define STATUSTIMEOUT 15000
|
||||
extern LiquidCrystal lcd;
|
||||
extern volatile char buttons=0; //the last checked buttons in a bit array.
|
||||
|
||||
#ifdef NEWPANEL
|
||||
#define EN_C (1<<BLEN_C)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue