I have a pushbutton connected to a digital input, and have it configured as an interrupt.
The interrupt is working but it looks like I am getting some switch bounce. The interrupt service routine is being called multiple times for each push of the button.
Is it possible to use Bounce on an interrupt input? How do I do that?
The interrupt is working but it looks like I am getting some switch bounce. The interrupt service routine is being called multiple times for each push of the button.
Is it possible to use Bounce on an interrupt input? How do I do that?