Skip to content

Commit

Permalink
Merge pull request #13 from ivankravets/patch-1
Browse files Browse the repository at this point in the history
@platformio Library Registry manifest file
  • Loading branch information
mathertel committed Nov 20, 2016
2 parents fc7160e + 546202a commit 067497f
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions library.json
@@ -0,0 +1,12 @@
{
"name": "OneButton",
"keywords": "arduino, button, pushbutton",
"description": "This Arduino libary is improving the usage of a singe button for input. It shows how to use an digital input pin with a single pushbutton attached for detecting some of the typical button press events like single clicks, double clicks and long-time pressing. This enables you to reuse the same button for multiple functions and lowers the hardware invests.",
"repository":
{
"type": "git",
"url": "https://github.com/mathertel/OneButton"
},
"frameworks": "arduino",
"platforms": "*"
}

0 comments on commit 067497f

Please sign in to comment.