FAST_BUTTON_POLLING

MarlinFirmware/Marlin#27797
This commit is contained in:
Scott Lahteine 2025-04-15 15:33:48 -05:00
parent 49b3afa595
commit 288e34fa3a
382 changed files with 764 additions and 0 deletions

View file

@ -2268,6 +2268,8 @@
#define ADC_BUTTON_DEBOUNCE_DELAY 16 // (count) Increase if buttons bounce or repeat too fast
#endif
//#define FAST_BUTTON_POLLING // Poll buttons at ~1kHz on 8-bit AVR. Set to 'false' for slow polling on 32-bit.
// @section safety
/**