Click or drag to resize

Output Class

Encapsulates motors controlled by servo outputs (e.g. continuous rotation servos).
Inheritance Hierarchy
SystemObject
  IO.Objects.Motor.ServoOutput

Namespace: IO.Objects.Motor.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 motor output.
Top
Properties
 NameDescription
Public propertyvelocity Write-only property for setting the normalized motor velocity. Allowed values are -1.0 (full speed reverse) to +1.0 (full speed forward.
Top
See Also