examples/pup/motor: update motor_action_basic

Demo of run_angle had a typo
This commit is contained in:
Jorge Pereira
2021-02-14 13:54:58 +01:00
committed by Laurens Valk
parent 3229da030b
commit 109fcf19c1
+1 -1
View File
@@ -26,7 +26,7 @@ wait(1500)
# Run at 500 deg/s for 90 degrees.
print("Demo of run_angle")
example_motor.run_angle(500, 180)
example_motor.run_angle(500, 90)
wait(1500)
# Run at 500 deg/s back to the 0 angle