Simple non blocking button debouncer, with long press and burst support.
By Daniel Carrasco
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.
To see how to use it, just go to examples folder and check the project/s
Nothing for now