Browse Source

update

master
zhaohe 2 years ago
parent
commit
f9a4aa48b9
  1. 1
      components/step_motor_45/step_motor_45.cpp

1
components/step_motor_45/step_motor_45.cpp

@ -61,6 +61,7 @@ void StepMotor45::rotate(int direction, int speed) {
CriticalContext cc;
if (direction == 0) {
stop();
return;
}
if (direction > 0) {

Loading…
Cancel
Save