-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathmeta.json
More file actions
69 lines (69 loc) · 2.64 KB
/
Copy pathmeta.json
File metadata and controls
69 lines (69 loc) · 2.64 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"module_id": "viam:raspberry-pi",
"visibility": "public",
"url": "https://github.com/viam-modules/raspberry-pi",
"description": "Viam Go module for raspberry pi board and servo",
"models": [
{
"api": "rdk:component:board",
"model": "viam:raspberry-pi:rpi",
"markdown_link": "README.md#configure-your-raspberry-pi-board",
"short_description": "A board component for the Raspberry Pi GPIO pins."
},
{
"api": "rdk:component:board",
"model": "viam:raspberry-pi:rpi5",
"markdown_link": "README.md#configure-your-raspberry-pi-board",
"short_description": "A board component for the Raspberry Pi 5 GPIO pins."
},
{
"api": "rdk:component:board",
"model": "viam:raspberry-pi:rpi4",
"markdown_link": "README.md#configure-your-raspberry-pi-board",
"short_description": "A board component for the Raspberry Pi 4 GPIO pins."
},
{
"api": "rdk:component:board",
"model": "viam:raspberry-pi:rpi3",
"markdown_link": "README.md#configure-your-raspberry-pi-board",
"short_description": "A board component for the Raspberry Pi 3 GPIO pins."
},
{
"api": "rdk:component:board",
"model": "viam:raspberry-pi:rpi2",
"markdown_link": "README.md#configure-your-raspberry-pi-board",
"short_description": "A board component for the Raspberry Pi 2 GPIO pins."
},
{
"api": "rdk:component:board",
"model": "viam:raspberry-pi:rpi1",
"markdown_link": "README.md#configure-your-raspberry-pi-board",
"short_description": "A board component for the Raspberry Pi 1 GPIO pins."
},
{
"api": "rdk:component:board",
"model": "viam:raspberry-pi:rpi0",
"markdown_link": "README.md#configure-your-raspberry-pi-board",
"short_description": "A board component for the Raspberry Pi Zero GPIO pins."
},
{
"api": "rdk:component:board",
"model": "viam:raspberry-pi:rpi0_2",
"markdown_link": "README.md#configure-your-raspberry-pi-board",
"short_description": "A board component for the Raspberry Pi Zero 2 W GPIO pins."
},
{
"api": "rdk:component:servo",
"model": "viam:raspberry-pi:rpi-servo"
,
"markdown_link": "README.md#configure-your-pi-servo",
"short_description": "A servo to run a servo on the Raspberry Pi Zero to 4. On 5 use servo model gpio."
}
],
"build": {
"build": "make setup module",
"path": "bin/raspberry-pi-module.tar.gz",
"arch" : ["linux/arm64"]
},
"entrypoint": "run.sh"
}