Skip to content

Commit

Permalink
Update library.json
Browse files Browse the repository at this point in the history
  • Loading branch information
ShaggyDog18 committed Feb 11, 2021
1 parent 9e62c1c commit bb459b2
Showing 1 changed file with 16 additions and 2 deletions.
18 changes: 16 additions & 2 deletions library.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,26 @@
{
"name": "OneButton",
"version":"1.5.0",
"keywords": "arduino, button, pushbutton, click, doubleclick, tripleclick",
"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.",
"keywords": "arduino, button, pushbutton, click, doubleclick, tripleclick, multiple",
"description": "Initial development by Matthias Hertel <http://www.mathertel.de>. Modified and optimized by ShaggyDog18@gmail.com. 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": "mathertel@hotmail.com",
"url": "http://www.mathertel.de"
},
{
"name": "ShaggyDog",
"email": "ShaggyDog18@gmail.com",
"url": "https://github.com/ShaggyDog18",
"maintainer": true
}
],
"frameworks": "*",
"platforms": "*"
}

0 comments on commit bb459b2

Please sign in to comment.