tr2023-robot/test.py
2023-03-25 10:33:33 +01:00

8 lines
136 B
Python

import Robot
import time
import PWMDriver
Robot.Robot().init()
e = Robot.Robot().easy
e('R','CW',30)
time.sleep(5)
Robot.Robot().stop()