enableMotor method

void enableMotor()

enableMotor

Implementation

void enableMotor() {
  motorEquation.enabled = true;
}