Skip to content

Commit

Permalink
small changes in Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ShaggyDog18 committed Feb 11, 2021
1 parent ae72d2f commit 9e62c1c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@ Arduino OneButton Library
===

This Arduino library 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.
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.

This is also a sample for implementing simple finite-state machines by using the simple pattern above.
Expand Down
9 changes: 5 additions & 4 deletions library.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
{
"name": "OneButton",
"keywords": "arduino, button, pushbutton",
"description": "Modified by ShaggyDog. This Arduino library 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.",
"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.",
"repository": {
"type": "git",
"url": "https://github.com/ShaggyDog18/OneButton"
"url": "https://github.com/ShaggyDog18/OneButton.git"
},
"frameworks": "arduino",
"frameworks": "*",
"platforms": "*"
}

0 comments on commit 9e62c1c

Please sign in to comment.