Dec 082013
http://hackaday.com/2010/11/09/debounce-code-one-post-to-rule-them-all/
Debounce Code – one post to rule them all
November 9, 2010 by Mike Szczys 32 Comments
Last month we asked you to send in your debounce code. You didn’t disappoint and it’s time to share the code received. There were some guideline for sending in code so if you don’t see yours here, it probably didn’t follow the rules, sorry. We also tried to weed out code that using delay loops for debounce. These tend to be a poor way to handle inputs because they monopolize the processor.