Click or drag to resize

Output Class

Encapsulates PCA9685 PWM outputs.
Inheritance Hierarchy
SystemObject
  IO.Devices.PCA9685.PWMOutput

Namespace: IO.Devices.PCA9685.PWM
Assembly: libsimpleio (in libsimpleio.dll) Version: 2.2024.356.1
Syntax
C#
public class Output : Output

The Output type exposes the following members.

Constructors
 NameDescription
Public methodOutput Constructor for a single PWM output.
Top
Properties
 NameDescription
Public propertydutycycle Write-only property for setting the PWM output duty cycle. Allowed values are 0.0 to 100.0 percent.
Top
See Also