change velocity pros code example
Example: change velocity pros
void autonomous() {
motor_move_absolute(1, 100, 100);
delay(100);
motor_modify_profiled_velocity(1, 0); // Stop the motor early
}
void autonomous() {
motor_move_absolute(1, 100, 100);
delay(100);
motor_modify_profiled_velocity(1, 0); // Stop the motor early
}