Set the # motor direction to counterclockwise, so that positive speed values # make the conveyor move upward. belt_motor = Motor (Port.A, Direction.COUNTERCLOCKWISE) # Configure the "catch" motor with default settings. This motor moves # the ball to either cup. catch_motor = Motor (Port.D) # Set up the Color Sensor.Web