You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
347 B
16 lines
347 B
{
|
|
"name": "Bounce2",
|
|
"keywords": "bounce, signal, input, ouput",
|
|
"description": "Debouncing library for Arduino or Wiring",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/thomasfredericks/Bounce2.git"
|
|
},
|
|
"version": "2.52",
|
|
"exclude": [
|
|
"*.png",
|
|
"*.zip"
|
|
],
|
|
"frameworks": "arduino",
|
|
"platforms": "*"
|
|
}
|
|
|