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.
9 years, 6 months ago.
how can I set debounce time to an interrupt IN pin?`
the problem I am facing si function is getting called without evern touching the button, this may be because of debounce. I want to set a time period for which the button has to be pressed to call the particular function. please help..
if (switchengine==0) { pin_start.rise(&startRun); }
Question relating to:
