forked from mathertel/OneButton
-
Notifications
You must be signed in to change notification settings - Fork 1
/
library.json
26 lines (26 loc) · 1.07 KB
/
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
{
"name": "OneButton",
"version":"1.5.01",
"keywords": "arduino, button, pushbutton, click, doubleclick, tripleclick, multiple",
"description": "Initial development by Matthias Hertel <http://www.mathertel.de>. Modified and optimized by [email protected]. This Arduino library is improving the usage of a singe button for input. It allows using a digital input pin with a single pushbutton attached and detecting some of the typical button press events like single clicks, double clicks, multple clicks and long-time pressing. This enables you to reuse the same button for multiple functions and lowers the hardware investments.",
"repository": {
"type": "git",
"url": "https://github.com/ShaggyDog18/OneButton.git"
},
"authors":
[
{
"name": "Matthias Hertel",
"email": "[email protected]",
"url": "http://www.mathertel.de"
},
{
"name": "ShaggyDog",
"email": "[email protected]",
"url": "https://github.com/ShaggyDog18",
"maintainer": true
}
],
"frameworks": "*",
"platforms": "*"
}