Esempio n. 1
0
 internal MotorSettings1D(Motor motor)
     : base(motor)
 {
     servo = new ServoSettings1D(this);
     velocityMotor = new VelocityMotorSettings1D(this);
 }
Esempio n. 2
0
 internal MotorSettings1D(Motor motor)
     : base(motor)
 {
     servo         = new ServoSettings1D(this);
     velocityMotor = new VelocityMotorSettings1D(this);
 }