コード例 #1
0
ファイル: forwardsFifty.py プロジェクト: Luddzik/sdp_12
from RobotCommunications import RobotCommunications
import time


r = RobotCommunications(debug=True)
r.moveForwards(100)
time.sleep(4.5)
r.stop()