tr2023-robot/test.py

9 lines
136 B
Python
Raw Permalink Normal View History

2023-03-25 09:33:33 +00:00
import Robot
import time
import PWMDriver
Robot.Robot().init()
e = Robot.Robot().easy
e('R','CW',30)
time.sleep(5)
Robot.Robot().stop()