Ch-5 clean

This commit is contained in:
Danny Staple
2022-03-20 22:24:56 +00:00
parent 5c4ecaeb13
commit 481cac28de
8 changed files with 14 additions and 9 deletions
+2 -2
View File
@@ -1,8 +1,8 @@
import time
import robot
max_speed = 2**16-1
max_speed = 2 ** 16 - 1
robot.motor_A1.duty_cycle = int(0.8 * max_speed)
time.sleep(0.3)
robot.stop()
robot.stop()