disableMotor method

void disableMotor()

disableMotor

Implementation

void disableMotor() {
  motorEquation.enabled = false;
}