??? 09/05/04 17:56 Read: times |
#76926 - RE: debouncing for matrix keypad ? Responding to: ???'s previous message |
Hello kai,
Thank you for your reply, The older your switch gets the less proper is the surface of contacts and the longer bouncing lasts! Yes I agree with that but if I want to debounce a matrix keypad safely then as you suggested the debouncing time should be about 50ms. It means if a user presses a key his request will not be processed sooner than 50 ms (debouncing time). Ok, that’s reasonable in theory because as I said earlier we have no perception of time less than 100 ms (I will try it experimentally to see if response is reasonably fast). Now if I just set scanning rate to 50 ms without debouncing the results will be the same as I explained it earlier to our friend prahlad. thank you very much |