Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
Hi,
I'd like to use interrupt routine to monitor an input signal, for example:
I try to use both rising edge and falling edge trigger to flag a high or low (assuming input is low to begin with):
Somehow it's not very reliable, probably due to bouncing. Is there a better level sensitive interrupt solution?