Пример #1
0
 public void TestScaleMotorInput(double input, int expected) => Assert.That(PwmController.ScaleMotorInput(input), Is.EqualTo(expected));