forked from Stutchbury/EncoderButton
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlibrary.json
More file actions
28 lines (28 loc) · 727 Bytes
/
library.json
File metadata and controls
28 lines (28 loc) · 727 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
{
"name": "EncoderButton",
"version": "1.0.6",
"description": "Lossless event based rotary encoder+button library for Arduino and Teensy",
"keywords": "encoder, button, momentary, event, debounce",
"repository":
{
"type": "git",
"url": "https://github.com/Stutchbury/EncoderButton.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/EncoderButton/",
"dependencies": {
"thomasfredericks/Bounce2": "2.71",
"paulstoffregen/Encoder": "1.4.2"
},
"frameworks": "Arduino",
"platforms": "*"
}