Click or drag to resize

Output Constructor

Constructor for a single motor output.

Namespace: IO.Objects.Motor.Servo
Assembly: libsimpleio (in libsimpleio.dll) Version: 2.2024.167.1
Syntax
C#
public Output(
	Output servo,
	double velocity = 0
)

Parameters

servo  Output
Servo output instance.
velocity  Double  (Optional)
Initial motor velocity.
See Also