-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmeta.json
21 lines (21 loc) · 821 Bytes
/
meta.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"module_id": "michaellee1019:i2cdetect",
"visibility": "public",
"url": "https://github.com/michaellee1019/i2cdetect",
"description": "A Viam module that returns all active i2c addresses as sensor values. Useful for troubleshooting wiring and connection issues without having to install software or SSH into the device.",
"markdown_link":"README.md",
"models": [
{
"api": "rdk:component:sensor",
"model": "michaellee1019:i2cdetect:i2cdetect",
"short_description": "Returns all active i2c addresses as sensor values. Equivalent to the i2cdetect command without ssh.",
"markdown_link": "README.md#model-i2cdetect"
}
],
"build": {
"build": "sh build.sh",
"path": "dist/archive.tar.gz",
"arch" : ["linux/arm64", "linux/amd64"]
},
"entrypoint": "dist/models"
}