Skip to content

j-bellavance/EdgeDebounce

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

102 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EdgeDebounce

Version 1.2 : August 25, 2017 (See tutorial for changes)

EdgeDebounce is a lightweight yet capable switch debouncer.

The algorithm was inpired by an article that can be found at: http://www.ganssle.com/debouncing.htm

Step 1 : Read the pin n times (n is between 1 and 32, defaults to 16)

Step 2 : If all the reads are identical return what has been read

Step 3 : If not, go back to step 1

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages