-
Notifications
You must be signed in to change notification settings - Fork 0
/
library.json
37 lines (37 loc) · 946 Bytes
/
library.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"name": "EZButton",
"version": "2.4.0",
"description": "Transform raw button/touch inputs into events easily. Subscibe to Pressed/Released/Hold/HoldReleased events of as many buttons as you want. Customize time thresholds and debouncing. Works with any button read method.",
"keywords":
[
"Button",
"Touch",
"Key",
"Event",
"Hold",
"Press",
"Release",
"HoldRelease",
"Debouncing"
],
"repository":
{
"type": "git",
"url": "https://github.com/IPdotSetAF/EZButton.git"
},
"authors":
[
{
"name": "Mohammad Mahdi Nazari",
"email": "[email protected]",
"url": "https://github.com/IPdotSetAF",
"maintainer": true
}
],
"license": "GPL-3.0-only",
"homepage": "https://github.com/IPdotSetAF/EZButton",
"dependencies": {
},
"frameworks": "arduino",
"platforms": "*"
}