-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlibrary.json
More file actions
31 lines (31 loc) · 792 Bytes
/
library.json
File metadata and controls
31 lines (31 loc) · 792 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
{
"name": "AsyncInput",
"description": "The library implements interrupt-based analysis for encoders and buttons. Asynchronous application architecture. No dependencies.",
"keywords": "encoder, button, interrupt, async",
"authors": [
{
"name": "Arthur Koba",
"url": "https://github.com/ArthurKoba",
"maintainer": true
}
],
"repository": {
"type": "git",
"url": "https://github.com/KobaProduction/AsyncInput.git"
},
"version": "0.1.0",
"license": "MIT",
"homepage": "https://github.com/KobaProduction/AsyncInput",
"frameworks": ["arduino", "espidf"],
"platforms": "espressif32",
"headers": "AsyncInput.h",
"export": {
"exclude": ["docs"]
},
"build": {
"srcFilter": [
"+<*.cpp>",
"+<**/**/*.cpp>"
]
}
}