* This library in Web Registry: http://platformio.org/#!/lib/show/1106/Bounce2 * Specification: [library.json](http://docs.platformio.org/en/latest/librarymanager/config.html) * Library Manager: http://docs.platformio.org/en/latest/librarymanager/index.html
17 lines
346 B
JSON
17 lines
346 B
JSON
{
|
|
"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.1",
|
|
"exclude": [
|
|
"*.png",
|
|
"*.zip"
|
|
],
|
|
"frameworks": "arduino",
|
|
"platforms": "*"
|
|
}
|