Example #1
0
 public void Drive(double speed, double turn)
 {
     (MotorA, MotorB) = Motor.Convert(speed, turn);
 }