Skip to content

Commit 07612d3

Browse files
committed
version 2.0.2 for Arduino and platform.io
1 parent a8b255f commit 07612d3

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

library.json

+8
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,19 @@
11
{
22
"name": "OneButton",
3+
"version": "2.0.2",
34
"keywords": "arduino, button, pushbutton",
45
"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.",
56
"repository": {
67
"type": "git",
78
"url": "https://github.com/mathertel/OneButton"
89
},
10+
"authors": {
11+
"name": "Matthias Hertel",
12+
"email": "[email protected]",
13+
"url": "https://www.mathertel.de/impressum.aspx"
14+
},
15+
"license": "BSD-3-Clause",
16+
"homepage": "http://www.mathertel.de/Arduino/OneButtonLibrary.aspx",
917
"frameworks": "arduino",
1018
"platforms": "*"
1119
}

library.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=OneButton
2-
version=2.0.1
2+
version=2.0.2
33
author=Matthias Hertel, [email protected]
44
maintainer=Matthias Hertel <http://www.mathertel.de>
55
sentence=Arduino library for improving the usage of a singe input button.

0 commit comments

Comments
 (0)