-
Notifications
You must be signed in to change notification settings - Fork 0
/
meta.json
27 lines (27 loc) · 875 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
{
"$schema": "https://dl.viam.dev/module.schema.json",
"module_id": "viam:texas-instruments",
"visibility": "public",
"url": "https://github.com/viam-modules/texas-instruments",
"description": "Go module for texas-instruments ti board and texas-instruments ina219 and ina226 power sensors, compatible with Viam. Note: the linux/amd64 build is NOT compatible with the ti board model.",
"models": [
{
"api": "rdk:component:board",
"model": "viam:texas-instruments:ti"
},
{
"api": "rdk:component:power_sensor",
"model": "viam:texas-instruments:ina219"
},
{
"api": "rdk:component:power_sensor",
"model": "viam:texas-instruments:ina226"
}
],
"build": {
"build": "make module",
"path": "bin/module.tar.gz",
"arch" : ["linux/arm64", "linux/amd64"]
},
"entrypoint": "bin/texas-instruments"
}