diff --git a/code/moving_test.py b/code/moving_test.py index 0507671..cbcf1f6 100644 --- a/code/moving_test.py +++ b/code/moving_test.py @@ -45,5 +45,5 @@ motor_rotations.rotate_ccw_90_deg(left_motor, right_motor) motor_rotations.rotate_ccw_90_deg(left_motor, right_motor) motor_rotations.move_forward(left_motor, right_motor, 2) - motor_rotations.rotate_cw_90_deg(left_motor, right_motor) + motor_rotations.rotate_ccw_90_deg(left_motor, right_motor) motor_rotations.move_forward(left_motor, right_motor, 2) \ No newline at end of file