internal MotorSettings1D(Motor motor) : base(motor) { servo = new ServoSettings1D(this); velocityMotor = new VelocityMotorSettings1D(this); }