-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmeta.json
38 lines (38 loc) · 1.32 KB
/
meta.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
29
30
31
32
33
34
35
36
37
38
{
"$schema": "https://dl.viam.dev/module.schema.json",
"module_id": "michaellee1019:mcp23017",
"visibility": "public",
"url": "https://github.com/michaellee1019/mcp23017",
"description": "Provides models for the mcp23017 GPIO expansion chip.",
"models": [
{
"api": "rdk:component:board",
"model": "michaellee1019:mcp23017:board",
"markdown_link": "README.md#model-michaellee1019mcp23017board",
"short_description": "A board component for the mcp23017 GPIO expansion chip. Pins are numbered 0-15."
},
{
"api": "rdk:component:generic",
"model": "michaellee1019:mcp23017:seven_segment_led",
"markdown_link": "README.md#model-michaellee1019mcp23017sevensegment",
"short_description": "A component to control up to two seven segment led displays using one mcp23017 chip."
},
{
"api": "rdk:component:sensor",
"model": "michaellee1019:mcp23017:sensor",
"markdown_link": "README.md#model-michaellee1019mcp23017sensor",
"short_description": "Provides a list of pin output states as a sensor component. Pins are numbered 0-15."
}
],
"entrypoint": "dist/main",
"first_run": "",
"build": {
"build": "./build.sh",
"setup": "./setup.sh",
"path": "dist/archive.tar.gz",
"arch": [
"linux/amd64",
"linux/arm64"
]
}
}