Skip to content

Commit

Permalink
Merge pull request #30 from ardlib/master
Browse files Browse the repository at this point in the history
- Update to Revision and adding Platform IO Compatibility
- New revision for Update to URL Path in Arduino Library Manager
- Adding the Platform IO Compatibility
  • Loading branch information
boseji authored Sep 18, 2024
2 parents 6d9b0f2 + bb22c12 commit 73a0036
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 11 deletions.
33 changes: 33 additions & 0 deletions library.json
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"
}
22 changes: 11 additions & 11 deletions library.properties
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

0 comments on commit 73a0036

Please sign in to comment.