mirror of
https://github.com/pybricks/pybricks-api.git
synced 2026-09-11 17:14:41 +00:00
examples/pup/motor: update motor_action_basic
Demo of run_angle had a typo
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user