初始化提交
This commit is contained in:
11
arduino-cli/libraries/OneButton/library.json
Normal file
11
arduino-cli/libraries/OneButton/library.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"name": "OneButton",
|
||||
"keywords": "arduino, button, pushbutton",
|
||||
"description": "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.",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/mathertel/OneButton"
|
||||
},
|
||||
"frameworks": "arduino",
|
||||
"platforms": "*"
|
||||
}
|
||||
Reference in New Issue
Block a user