mirror of
https://github.com/jaksatomovic/esp32-clickwheel.git
synced 2025-08-31 08:28:29 -04:00
first commit
This commit is contained in:
commit
868b14f8c8
286 changed files with 59925 additions and 0 deletions
9
lib/Button2/library.properties
Normal file
9
lib/Button2/library.properties
Normal file
|
@ -0,0 +1,9 @@
|
|||
name=Button2
|
||||
version=2.3.1
|
||||
author=Lennart Hennigs
|
||||
maintainer=Lennart Hennigs <mail@lennarthennigs.de>
|
||||
sentence=Arduino/ESP library to simplify working with buttons.
|
||||
paragraph=It allows you to use callback functions to track single, double, triple and long clicks. Alternatively, it provides function to use in your main loop(). The library also takes care of debouncing. Using this lib will reduce and simplify your source code significantly.
|
||||
category=Communication
|
||||
url=https://github.com/LennartHennigs/Button2
|
||||
architectures=*
|
Loading…
Add table
Add a link
Reference in a new issue