mirror of
https://github.com/jaksatomovic/esp32-clickwheel.git
synced 2025-07-04 19:07:12 -04:00
18 lines
686 B
JSON
18 lines
686 B
JSON
{
|
|
"name": "Button2",
|
|
"version": "2.3.1",
|
|
"keywords": "button",
|
|
"description": "Arduino/ESP Library to simplify working with buttons. 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.",
|
|
"homepage": "https://github.com/LennartHennigs/Button2",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/LennartHennigs/Button2"
|
|
},
|
|
"authors": {
|
|
"name": "Lennart Hennigs",
|
|
"url": "https://lennarthennigs.de"
|
|
},
|
|
"frameworks": "arduino",
|
|
"platforms": "*"
|
|
}
|