-
Notifications
You must be signed in to change notification settings - Fork 2
/
meta.json
30 lines (30 loc) · 966 Bytes
/
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
{
"module_id": "michaellee1019:viam-modular-resources",
"visibility": "public",
"url": "https://github.com/michaellee1019/viam-modular-resources/",
"description": "This module contains a monolith of Viam Robotics Modular Resources that I have needed support for in my hobby projects. Currently it focuses on LED Segment displays, audio output, and I2C relays.",
"models": [
{
"api": "rdk:component:generic",
"model": "michaellee1019:mcp23017:eightsegment"
},
{
"api": "rdk:component:generic",
"model": "michaellee1019:audio_output:play_file"
},
{
"api": "rdk:component:generic",
"model": "michaellee1019:grove:4_channel_spdt_relay"
},
{
"api": "rdk:component:generic",
"model": "michaellee1019:ht16k33:seg_14_x_4"
}
],
"entrypoint": "dist/main",
"build": {
"build": "sh build.sh",
"path": "dist/archive.tar.gz",
"arch" : ["linux/arm64", "linux/amd64"]
}
}