forked from mathertel/OneButton
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ae72d2f
commit 9e62c1c
Showing
2 changed files
with
6 additions
and
6 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
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,12 @@ | ||
{ | ||
"name": "OneButton", | ||
"keywords": "arduino, button, pushbutton", | ||
"description": "Modified by ShaggyDog. This Arduino library is improving the usage of a singe button for input. It shows how to use an digital input pin with a single pushbutton attached for detecting some of the typical button press events like single clicks, double clicks and long-time pressing. This enables you to reuse the same button for multiple functions and lowers the hardware invests.", | ||
"version":"1.5.0", | ||
"keywords": "arduino, button, pushbutton, click, doubleclick, tripleclick", | ||
"description": "Modified by ShaggyDog. This Arduino library is improving the usage of a singe button for input. It allows using a digital input pin with a single pushbutton attached and detecting some of the typical button press events like single clicks, double clicks, multple clicks and long-time pressing. This enables you to reuse the same button for multiple functions and lowers the hardware investments.", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/ShaggyDog18/OneButton" | ||
"url": "https://github.com/ShaggyDog18/OneButton.git" | ||
}, | ||
"frameworks": "arduino", | ||
"frameworks": "*", | ||
"platforms": "*" | ||
} |