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
Add servo_mapping.py
main
Marcus Grieger
1 year ago
parent
6ae02ee3cf
commit
593e47c4f8
1 changed files
with
9 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+9
-0
python/servo_mapping.py
+ 9
- 0
python/servo_mapping.py
View File
@@ -0,0 +1,9 @@
import json
servo_mapping_filename = "/home/wuselfuzz/hexapod_ng/configuration/servo_mapping.json"
with open(servo_mapping_filename, "r") as f:
servo_mapping = json.load(f)
print(json.dumps(servo_mapping, indent=4))
Write
Preview
Loading…
Cancel
Save