示例#1
0
 internal MotorSettings1D(Motor motor)
     : base(motor)
 {
     servo = new ServoSettings1D(this);
     velocityMotor = new VelocityMotorSettings1D(this);
 }
示例#2
0
 internal MotorSettings1D(Motor motor)
     : base(motor)
 {
     servo         = new ServoSettings1D(this);
     velocityMotor = new VelocityMotorSettings1D(this);
 }