-
Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy pathlibrary.json
More file actions
33 lines (33 loc) · 785 Bytes
/
library.json
File metadata and controls
33 lines (33 loc) · 785 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"name": "Switch",
"version": "1.2.9",
"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"
}