diff --git a/examples/pup/motor/motor_action_basic.py b/examples/pup/motor/motor_action_basic.py index a7dbdb6..22cbc46 100644 --- a/examples/pup/motor/motor_action_basic.py +++ b/examples/pup/motor/motor_action_basic.py @@ -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