-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathlibrary.json
More file actions
25 lines (25 loc) · 893 Bytes
/
library.json
File metadata and controls
25 lines (25 loc) · 893 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
{
"name": "InputEvents",
"version": "1.6.0",
"description": "Take the hassle out of handling buttons, switches, encoders, joysticks and more. Instead of writing your own debouncing, timing, or multi-click logic, InputEvents turns all those complex, messy details into reliable events for clean maintainable code",
"keywords": "Arduino, ESP8266, ESP32, Teensy, button, encoder, analog, joystick, switch, momentary, event, debounce, GPIO expander",
"repository":
{
"type": "git",
"url": "https://github.com/Stutchbury/InputEvents.git"
},
"authors":
[
{
"name": "Philip Fletcher",
"email": "philip.fletcher@stutchbury.com",
"url": "https://stutchbury.com",
"maintainer": true
}
],
"license": "GPL-2.0",
"homepage": "https://github.com/Stutchbury/InputEvents/",
"dependencies": { },
"frameworks": "Arduino",
"platforms": "*"
}