Skip to content

Commit 73a0036

Browse files
authored
Merge pull request #30 from ardlib/master
- Update to Revision and adding Platform IO Compatibility - New revision for Update to URL Path in Arduino Library Manager - Adding the Platform IO Compatibility
2 parents 6d9b0f2 + bb22c12 commit 73a0036

File tree

2 files changed

+44
-11
lines changed

2 files changed

+44
-11
lines changed

library.json

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
{
2+
"name": "Switch",
3+
"version": "1.2.8",
4+
"description": "Arduino library for deglitching and debouncing switches and buttons.",
5+
"keywords": "Button, Debounce, input, glitch",
6+
"authors": [
7+
{
8+
"name": "Albert van Dalen",
9+
"url": "https://github.com/avandalen",
10+
},
11+
{
12+
"name": "Abhijit Bose (aka. Boseji)",
13+
"url": "https://github.com/boseji",
14+
"maintainer": true
15+
}
16+
],
17+
"repository": {
18+
"type": "git",
19+
"url": "https://github.com/avdwebLibraries/avdweb_Switch.git"
20+
},
21+
"homepage": "http://www.avdweb.nl/arduino/hardware-interfacing/simple-switch-debouncer.html",
22+
"export": {
23+
"exclude": [
24+
"extras",
25+
"docs"
26+
]
27+
},
28+
"dependencies": {
29+
},
30+
"frameworks": "*",
31+
"platforms": "*",
32+
"examples": "examples/*/*/*.ino"
33+
}

library.properties

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
name=Switch
2-
version=1.2.7
3-
author=Albert van Dalen <http://www.avdweb.nl>
4-
license=GPL-3.0-or-later
5-
maintainer=Abhijit Bose (aka. Boseji) <boseji.com>
6-
sentence=Arduino library for deglitching and debouncing switches and buttons.
7-
paragraph=Supports detecting longPress, doubleClick, and singleClick. Supports defining callback functions.
8-
category=Signal Input/Output
9-
url=https://github.com/avdwebLibraries/avdweb_Switch
10-
architectures=*
11-
includes=avdweb_Switch.h
1+
name=Switch
2+
version=1.2.8
3+
author=Albert van Dalen <http://www.avdweb.nl>
4+
license=GPL-3.0-or-later
5+
maintainer=Abhijit Bose (aka. Boseji) <boseji.com>
6+
sentence=Arduino library for deglitching and debouncing switches and buttons.
7+
paragraph=Supports detecting longPress, doubleClick, and singleClick. Supports defining callback functions.
8+
category=Signal Input/Output
9+
url=https://github.com/avdwebLibraries/avdweb_Switch
10+
architectures=*
11+
includes=avdweb_Switch.h

0 commit comments

Comments
 (0)