Skip to content

Commit

Permalink
Version 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mathertel committed Dec 4, 2019
1 parent a52bfa0 commit c865132
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
7 changes: 3 additions & 4 deletions library.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
{
"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":
{
"description": "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.",
"repository": {
"type": "git",
"url": "https://github.com/mathertel/OneButton"
},
"frameworks": "arduino",
"platforms": "*"
}
}
4 changes: 2 additions & 2 deletions library.properties
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name=OneButton
version=1.3.0
version=1.4.0
author=Matthias Hertel, [email protected]
maintainer=Matthias Hertel <http://www.mathertel.de>
sentence=Arduino libary for improving the usage of a singe input button.
sentence=Arduino library for improving the usage of a singe input button.
paragraph=It supports detecting 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.
category=Signal Input/Output
url=https://github.com/mathertel/OneButton
Expand Down

0 comments on commit c865132

Please sign in to comment.