提交 fb841fa8 编写于 作者: A Andrew Phelps

leave the original call to ChangeDutyCycle() and add comment with issue #

上级 248e74e4
......@@ -26,7 +26,9 @@ namespace System.Device.Pwm.Drivers
public void Start(double dutyCyclePercentage)
{
this.ChangeDutyCycle(dutyCyclePercentage);
_winPin?.Start();
// This extra call is required to generate PWM output - remove when the underlying issue is fixed. See issue #109
this.ChangeDutyCycle(dutyCyclePercentage);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册