Skip to content

Commit

Permalink
Update to Revision and adding Platform IO Compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
boseji committed Sep 18, 2024
1 parent 6d9b0f2 commit bb22c12
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 bb22c12

Please sign in to comment.