Rename folders as per suggestion from Rajat
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
import time
|
||||
import robot
|
||||
|
||||
robot.motor_A1.value = True
|
||||
robot.motor_B2.value = True
|
||||
time.sleep(0.3)
|
||||
robot.stop()
|
||||
Reference in New Issue
Block a user