An open API service indexing awesome lists of open source software.

https://github.com/danixu/buttondebouncer


https://github.com/danixu/buttondebouncer

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# 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](https://github.com/xoseperez/debounceevent), 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