isMotorEnabled method

bool isMotorEnabled()

Implementation

bool isMotorEnabled() {
  return _enableMotor;
}