From bb22c12c6a960ab9b50deb60d619590a3e7678be Mon Sep 17 00:00:00 2001 From: boseji Date: Wed, 18 Sep 2024 20:58:00 +0530 Subject: [PATCH] Update to Revision and adding Platform IO Compatibility --- library.json | 33 +++++++++++++++++++++++++++++++++ library.properties | 22 +++++++++++----------- 2 files changed, 44 insertions(+), 11 deletions(-) create mode 100644 library.json diff --git a/library.json b/library.json new file mode 100644 index 0000000..834cad2 --- /dev/null +++ b/library.json @@ -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" +} diff --git a/library.properties b/library.properties index 3e9cafe..d2a27e4 100644 --- a/library.properties +++ b/library.properties @@ -1,11 +1,11 @@ -name=Switch -version=1.2.7 -author=Albert van Dalen -license=GPL-3.0-or-later -maintainer=Abhijit Bose (aka. Boseji) -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 +license=GPL-3.0-or-later +maintainer=Abhijit Bose (aka. Boseji) +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