Hi,
I am facing an issue with the push button switch. I am detecting the switch press using interrupt on falling edge, but I am getting multiple interrupts and I know that it is because of bouncing of the switch.
I searched through the community for a solution, many suggested to sense based on polling, but I like to keep it based interrupt.
Finally I saw a post to debounce using timer based interrupt and disabling the port.
But I am unable to get further details.
Can anyone post the example code for that or concept which can explain in detail??
Thanks in advance
Regards,
Rajesh Reddy