Click or drag to resize

Output Class

Encapsulates PCA9685 servo outputs.
Inheritance Hierarchy
System.Object
  IO.Devices.PCA9685.Servo.Output

Namespace: IO.Devices.PCA9685.Servo
Assembly: libremoteio (in libremoteio.dll) Version: 2.2025.76.2
Syntax
C#
public class Output : Output

The Output type exposes the following members.

Constructors
 NameDescription
Public methodOutput Constructor for a single servo output.
Top
Properties
 NameDescription
Public propertyposition Write-only property for setting the normalized servo position. Allowed values are -0.0 to+1.0.
Top
See Also