Rename folders as per suggestion from Rajat
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
import time
|
||||
import robot
|
||||
|
||||
max_speed = 2 ** 16 - 1
|
||||
|
||||
robot.motor_A1.duty_cycle = int(0.8 * max_speed)
|
||||
time.sleep(0.3)
|
||||
robot.stop()
|
||||
Reference in New Issue
Block a user