Пример #1
0
 /// <summary>
 /// Commits the configured duty cycle to the PWM hardware.
 /// </summary>
 private void Commit()
 {
     _controller.ConfigureChannelDutyCycle(this._channel, this._dutyCycle);
 }
Пример #2
0
 /// <summary>
 /// Commits the configured duty cycle to the PWM hardware.
 /// </summary>
 protected void Commit()
 {
     controller.ConfigureChannelDutyCycle(this.channel, this.dutyCycle);
 }