-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update to Revision and adding Platform IO Compatibility
- Loading branch information
Showing
2 changed files
with
44 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
{ | ||
"name": "Switch", | ||
"version": "1.2.8", | ||
"description": "Arduino library for deglitching and debouncing switches and buttons.", | ||
"keywords": "Button, Debounce, input, glitch", | ||
"authors": [ | ||
{ | ||
"name": "Albert van Dalen", | ||
"url": "https://github.com/avandalen", | ||
}, | ||
{ | ||
"name": "Abhijit Bose (aka. Boseji)", | ||
"url": "https://github.com/boseji", | ||
"maintainer": true | ||
} | ||
], | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/avdwebLibraries/avdweb_Switch.git" | ||
}, | ||
"homepage": "http://www.avdweb.nl/arduino/hardware-interfacing/simple-switch-debouncer.html", | ||
"export": { | ||
"exclude": [ | ||
"extras", | ||
"docs" | ||
] | ||
}, | ||
"dependencies": { | ||
}, | ||
"frameworks": "*", | ||
"platforms": "*", | ||
"examples": "examples/*/*/*.ino" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
name=Switch | ||
version=1.2.7 | ||
author=Albert van Dalen <http://www.avdweb.nl> | ||
license=GPL-3.0-or-later | ||
maintainer=Abhijit Bose (aka. Boseji) <boseji.com> | ||
sentence=Arduino library for deglitching and debouncing switches and buttons. | ||
paragraph=Supports detecting longPress, doubleClick, and singleClick. Supports defining callback functions. | ||
category=Signal Input/Output | ||
url=https://github.com/avdwebLibraries/avdweb_Switch | ||
architectures=* | ||
includes=avdweb_Switch.h | ||
name=Switch | ||
version=1.2.8 | ||
author=Albert van Dalen <http://www.avdweb.nl> | ||
license=GPL-3.0-or-later | ||
maintainer=Abhijit Bose (aka. Boseji) <boseji.com> | ||
sentence=Arduino library for deglitching and debouncing switches and buttons. | ||
paragraph=Supports detecting longPress, doubleClick, and singleClick. Supports defining callback functions. | ||
category=Signal Input/Output | ||
url=https://github.com/avdwebLibraries/avdweb_Switch | ||
architectures=* | ||
includes=avdweb_Switch.h |