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:

Pushbutton counter demo with debounce
Be the first to answer this question.