This website works better with JavaScript.
Home
Explore
Help
Sign In
wuselfuzz
/
hexapod_ng
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Added servo mapping as json
main
Marcus Grieger
1 year ago
parent
dab765a07f
commit
6ae02ee3cf
1 changed files
with
81 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+81
-0
configuration/servo_mapping.json
+ 81
- 0
configuration/servo_mapping.json
View File
@@ -0,0 +1,81 @@
{
"t1": {
"address": 64,
"channel": 15
},
"f1": {
"address": 64,
"channel": 14
},
"c1": {
"address": 64,
"channel": 13
},
"t2": {
"address": 64,
"channel": 11
},
"f2": {
"address": 64,
"channel": 10
},
"c2": {
"address": 64,
"channel": 9
},
"t3": {
"address": 64,
"channel": 0
},
"f3": {
"address": 64,
"channel": 1
},
"c3": {
"address": 64,
"channel": 2
},
"t4": {
"address": 65,
"channel": 15
},
"f4": {
"address": 65,
"channel": 14
},
"c4": {
"address": 65,
"channel": 13
},
"t5": {
"address": 65,
"channel": 4
},
"f5": {
"address": 65,
"channel": 5
},
"c5": {
"address": 65,
"channel": 6
},
"t6": {
"address": 65,
"channel": 0
},
"f6": {
"address": 65,
"channel": 1
},
"c6": {
"address": 65,
"channel": 2
},
}
Write
Preview
Loading…
Cancel
Save