-
Notifications
You must be signed in to change notification settings - Fork 23
/
Copy pathconf.json
64 lines (64 loc) · 911 Bytes
/
conf.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
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
{
"button": 4,
"ir": {
"left": 12,
"right": 16
},
"motor": {
"right": [
17,
27
],
"forward": [
0.8,
1
],
"backward": [
1,
0.9
],
"left": [
24,
23
]
},
"screen": {
"cs": 8,
"dc": 6,
"rst": 5
},
"servo": {
"backlight": {
"channel": 15
},
"speaker": {
"channel": 0
},
"freq": 60,
"head": {
"channel": 10,
"max_pulse": 1800,
"min_pulse": 1350
},
"left_arm": {
"channel": 9,
"max_pulse": 1600,
"min_pulse": 2070
},
"right_arm": {
"channel": 11,
"max_pulse": 920,
"min_pulse": 490
},
"update_rate": 20
},
"sonar": {
"echo": 13,
"trigger": 26,
"max": 0.5,
"threshold": 0.1
},
"upgrade": {
"cmd": "sudo python3 -m pip install rcute-cozmars-server==2.* -U"
}
}