Skip to content

Commit 74c02ef

Browse files
authored
Merge pull request #4 from IPdotSetAF/1-release-the-library
1 release the library
2 parents d44f2f5 + dae2d7d commit 74c02ef

File tree

7 files changed

+28
-105
lines changed

7 files changed

+28
-105
lines changed

include/README

Lines changed: 0 additions & 39 deletions
This file was deleted.

lib/README

Lines changed: 0 additions & 46 deletions
This file was deleted.

library.json

Lines changed: 17 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,18 @@
11
{
22
"name": "EZButton",
33
"version": "2.2.0",
4-
"description": "A Library for managing different button events. Events include: OnPressed, OnReleased, OnHold, OnHoldReleased.",
5-
"keywords": "button, key, event, hold, press, release",
4+
"description": "Transform raw button/touch inputs into events easily. Subscibe to Pressed/Released/Hold/HoldReleased events of as many buttons as you want. Customize time tresholds. Works with any button read method.",
5+
"keywords":
6+
[
7+
"Button",
8+
"Touch",
9+
"Key",
10+
"Event",
11+
"Hold",
12+
"Press",
13+
"Release",
14+
"HoldRelease"
15+
],
616
"repository":
717
{
818
"type": "git",
@@ -12,15 +22,15 @@
1222
[
1323
{
1424
"name": "Mohammad Mahdi Nazari",
15-
"email": "IPdotSetAF@gmail.com",
16-
"url": "https://www.ip-af.ir/contact",
25+
"email": "ipdotsetaf@gmail.com",
26+
"url": "https://github.com/IPdotSetAF",
1727
"maintainer": true
1828
}
1929
],
20-
"license": "GPL-V3",
21-
"homepage": "https://www.ip-af.ir/Projects/Electronics/EZButton",
30+
"license": "GPL-3.0-only",
31+
"homepage": "https://github.com/IPdotSetAF/EZButton",
2232
"dependencies": {
2333
},
24-
"frameworks": "*",
34+
"frameworks": "arduino",
2535
"platforms": "*"
2636
}

library.properties

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
name=EZButton
2+
version=2.2.0
3+
author=Mohammad Mahdi Nazari <[email protected]>
4+
maintainer=Mohammad Mahdi Nazari <[email protected]>
5+
sentence=Transform raw button/touch inputs into events easily.
6+
paragraph=Subscibe to Pressed/Released/Hold/HoldReleased events of as many buttons as you want. Customize time tresholds. Works with any button read method.
7+
category=Signal Input/Output
8+
url=https://github.com/IPdotSetAF/EZButton
9+
architectures=*
10+
dot_a_linkage=false
11+
includes=EZButton.h
File renamed without changes.

src/README

Lines changed: 0 additions & 2 deletions
This file was deleted.

test/README

Lines changed: 0 additions & 11 deletions
This file was deleted.

0 commit comments

Comments
 (0)