Introduce interrupt for START button handling #8
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The start button is not really timing critical - but its anoying if there seems to be a delay while pressing it. The other effect that
-> INTRODUCING a ISR (interrupt service routine) for the start button
helps handling the key bouncing effect.