This commit is contained in:
shrkey
2016-09-29 22:41:17 +01:00
parent f72925a04a
commit a6281a309f

View File

@@ -26,7 +26,7 @@ print("Motor 2")
m2.setMotorSpeed(255)
time.sleep(1)
print("Motor 3")
m3.se9tMotorSpeed(255)
m3.setMotorSpeed(255)
time.sleep(1)
print("Motor 4")
m4.setMotorSpeed(255)