Click or drag to resize

Output Class

Encapsulates PCA9685 servo outputs.
Inheritance Hierarchy
SystemObject
  IO.Devices.PCA9685.ServoOutput

Namespace: IO.Devices.PCA9685.Servo
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 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