소스 검색

Add servo_mapping.py

main
Marcus Grieger 1 년 전
부모
커밋
593e47c4f8
1개의 변경된 파일9개의 추가작업 그리고 0개의 파일을 삭제
  1. +9
    -0
      python/servo_mapping.py

+ 9
- 0
python/servo_mapping.py 파일 보기

@@ -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))

불러오는 중...
취소
저장