Skip to content

Commit

Permalink
while ending
Browse files Browse the repository at this point in the history
  • Loading branch information
SuragNuthulapaty committed Feb 24, 2024
1 parent 884ebd8 commit 6ea53c7
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion code/moving_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,10 @@
# motor_rotations.rotate_ccw_90_deg(left_motor, right_motor)
# motor_rotations.move_forward(left_motor, right_motor, 2)
# motor_rotations.rotate_ccw_90_deg(left_motor, right_motor)
# motor_rotations.move_forward(left_motor, right_motor, 2)
# motor_rotations.move_forward(left_motor, right_motor, 2)
try:
pass
except KeyboardInterrupt:
left_motor.stop()
right_motor.stop()
exit(0)

0 comments on commit 6ea53c7

Please sign in to comment.