Skip to content

Commit c865132

Browse files
committed
Version 1.4.0
1 parent a52bfa0 commit c865132

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

library.json

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
{
22
"name": "OneButton",
33
"keywords": "arduino, button, pushbutton",
4-
"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.",
5-
"repository":
6-
{
4+
"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.",
5+
"repository": {
76
"type": "git",
87
"url": "https://github.com/mathertel/OneButton"
98
},
109
"frameworks": "arduino",
1110
"platforms": "*"
12-
}
11+
}

library.properties

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name=OneButton
2-
version=1.3.0
2+
version=1.4.0
33
author=Matthias Hertel, [email protected]
44
maintainer=Matthias Hertel <http://www.mathertel.de>
5-
sentence=Arduino libary for improving the usage of a singe input button.
5+
sentence=Arduino library for improving the usage of a singe input button.
66
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.
77
category=Signal Input/Output
88
url=https://github.com/mathertel/OneButton

0 commit comments

Comments
 (0)