Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 541 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 541 Bytes

ButtonDebouncer

Simple non blocking button debouncer, with long press and burst support.

By Daniel Carrasco

What does it do?

This module helps to avoid push bounces that creates ghost activations on your program. Is based on DebounceEvent module, and was modified to don't block the program during the debounce waiting time, and also provides long press and burst support.

How to use it

To see how to use it, just go to examples folder and check the project/s

ToDo

Nothing for now