-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlibrary.json
More file actions
47 lines (47 loc) · 1.02 KB
/
library.json
File metadata and controls
47 lines (47 loc) · 1.02 KB
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"name": "espMCP23017",
"version": "0.1.0",
"description": "MCP23017/MCP23008 IO Expander library for ESP32 and Arduino",
"keywords": [
"MCP23017",
"ESP IO expansion"
],
"repository": {
"type": "git",
"url": "https://github.com/fahara02/espMCP23017.git"
},
"authors": [
{
"name": "Faruk Hannan",
"email": "idea3d.faruk@email.com",
"url": "https://microtech.com.bd",
"maintainer": true
}
],
"license": "MIT",
"frameworks": [
"arduino",
"espidf"
],
"platforms": [
"espressif32"
],
"export": {
"exclude": [
"test",
"docs",
"extras"
]
},
"dependencies": {
"etlcpp/Embedded Template Library": "^20.39.4",
"Logger": "https://github.com/fahara02/Logger#0.1.1"
},
"headers": [
"MCP23017.hpp",
"CORE/MCPDevice.hpp"
],
"build": {
"libLDFMode": "deep+"
}
}