|
|
|
|
|
by aaaaaaaaaaab
1348 days ago
|
|
Why does debouncing increase latency? Can’t they report the keypress immediately on the first signal spike, and then use the debounce timer to ensure that no additional presses are reported within the debounce interval? Or are switches generating spurious signal spikes even when left untouched? That would explain why they need to delay the keypress… |
|