Click or drag to resize

Outputdutycycle Property

Write-only property for setting the PWM output duty cycle. Allowed values are 0.0 to 100.0 percent.

Namespace: IO.Devices.PCA9685.PWM
Assembly: libsimpleio (in libsimpleio.dll) Version: 2.2024.167.1
Syntax
C#
public double dutycycle { set; }

Property Value

Double

Implements

Outputdutycycle
See Also