-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlibrary.json
More file actions
27 lines (27 loc) · 733 Bytes
/
library.json
File metadata and controls
27 lines (27 loc) · 733 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
{
"name": "gob_unifiedButton",
"description": "Add touch buttons for CoreS3 / Tough and commonality with conventional buttons (M5.BtnX)",
"keywords": "CoreS3, M5Tough, M5Stack, M5Unified, M5GFX",
"authors": {
"name": "GOB",
"url": "https://github.com/GOB52",
"maintainer": true
},
"repository": {
"type": "git",
"url": "https://github.com/GOB52/gob_unifiedButton.git"
},
"version": "0.1.7",
"headers": "gob_unifiedButton.hpp",
"license": "MIT",
"platforms": "espressif32",
"frameworks": "arduino",
"dependencies": {
"m5stack/M5Unified": ">=0.1.16"
},
"export": {
"exclude": [
"doc/html"
]
}
}