Skip to content

Commit bb459b2

Browse files
committed
Update library.json
1 parent 9e62c1c commit bb459b2

File tree

1 file changed

+16
-2
lines changed

1 file changed

+16
-2
lines changed

library.json

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,26 @@
11
{
22
"name": "OneButton",
33
"version":"1.5.0",
4-
"keywords": "arduino, button, pushbutton, click, doubleclick, tripleclick",
5-
"description": "Modified by ShaggyDog. 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.",
4+
"keywords": "arduino, button, pushbutton, click, doubleclick, tripleclick, multiple",
5+
"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.",
66
"repository": {
77
"type": "git",
88
"url": "https://github.com/ShaggyDog18/OneButton.git"
99
},
10+
"authors":
11+
[
12+
{
13+
"name": "Matthias Hertel",
14+
"email": "[email protected]",
15+
"url": "http://www.mathertel.de"
16+
},
17+
{
18+
"name": "ShaggyDog",
19+
"email": "[email protected]",
20+
"url": "https://github.com/ShaggyDog18",
21+
"maintainer": true
22+
}
23+
],
1024
"frameworks": "*",
1125
"platforms": "*"
1226
}

0 commit comments

Comments
 (0)