-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathlibrary.json
28 lines (27 loc) · 880 Bytes
/
library.json
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": "EncoderTool",
"keywords": "encoder, multiplexed, polling, 74165, 4067, 4051",
"description": "The EncoderTool is a library to manage and read out rotary encoders with or without buttons, connected either directly or via multiplexers. It supports the common types of encoders (full / quad / half) and some variants. It provides periodic and limit modes and can invoke callbacks on value changes.",
"repository":
{
"type": "git",
"url": "https://github.com/luni64/EncoderTool"
},
"authors":
{
"name": "luni64",
"url": "https://github.com/luni64",
"maintainer": true
},
"homepage": "https://github.com/luni64/EncoderTool",
"version": "3.2.2",
"frameworks": "arduino",
"dependencies":[
{
"owner": "thomasfredericks",
"name": "Bounce2",
"version": ">2.5.0"
}
],
"headers": "EncoderTool.h"
}