-
-
Notifications
You must be signed in to change notification settings - Fork 64
/
Copy pathlibrary.json
30 lines (30 loc) · 950 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
{
"name": "EasyButton",
"keywords": "IO, button, sensor, arduino",
"description": "EasyButton is an small Arduino library for debouncing momentary contact switches like tactile buttons. It uses events and callbacks to trigger actions when a button is pressed once or held for a given duration. It also provides a sequence counter to be able to rise an event when a given pattern of presses has been matched.",
"version": "2.0.3",
"repository": {
"type": "git",
"url": "https://github.com/evert-arias/EasyButton"
},
"url": "https://easybtn.earias.me",
"frameworks": "arduino",
"platforms": "espressif8266, espressif32",
"dependencies": [
{
"owner": "megunolink",
"name": "MegunoLink",
"version": "^1.33"
}
],
"authors": [
{
"name": "Evert Arias",
"email": "[email protected]"
},
{
"name": "Felix A. Epp",
"url": "https://github.com/eppfel"
}
]
}