Skip to content

Commit 59cf77c

Browse files
committed
Library properties file added.
1 parent 5e28141 commit 59cf77c

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

library.properties

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
name=OneButton
2+
version=1.1.0
3+
author=Matthias Hertel, [email protected]
4+
maintainer=Matthias Hertel <http://www.mathertel.de>
5+
sentence=Arduino libary for improving the usage of a singe input button.
6+
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.
7+
category=Signal Input/Output
8+
url=https://github.com/mathertel/OneButton
9+
architectures=*
10+
includes=OneButton.h

0 commit comments

Comments
 (0)