Skip to content

nvjome/DebounceNoInt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DebounceNoInt

Arduino library for debouncing buttons. Uses a non-blocking process without interrupts.

Provides options for edge and steady-state detection through a custom enumerated type or getter functions.