📜  改变速度专家 - 任何代码示例

📅  最后修改于: 2022-03-11 14:58:29.342000             🧑  作者: Mango

代码示例1
void autonomous() {
  motor_move_absolute(1, 100, 100);
  delay(100);
  motor_modify_profiled_velocity(1, 0); // Stop the motor early
}