Skip to content

Commit

Permalink
version 2.0.2 for Arduino and platform.io
Browse files Browse the repository at this point in the history
  • Loading branch information
mathertel committed Aug 23, 2021
1 parent a8b255f commit 07612d3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions library.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,19 @@
{
"name": "OneButton",
"version": "2.0.2",
"keywords": "arduino, button, pushbutton",
"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"
},
"authors": {
"name": "Matthias Hertel",
"email": "[email protected]",
"url": "https://www.mathertel.de/impressum.aspx"
},
"license": "BSD-3-Clause",
"homepage": "http://www.mathertel.de/Arduino/OneButtonLibrary.aspx",
"frameworks": "arduino",
"platforms": "*"
}
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=OneButton
version=2.0.1
version=2.0.2
author=Matthias Hertel, [email protected]
maintainer=Matthias Hertel <http://www.mathertel.de>
sentence=Arduino library for improving the usage of a singe input button.
Expand Down

0 comments on commit 07612d3

Please sign in to comment.