Click or drag to resize

Output Interface

Abstract interface for stepper motor outputs.

Namespace: IO.Interfaces.Stepper
Assembly: libsimpleio (in libsimpleio.dll) Version: 2.2024.356.1
Syntax
C#
public interface Output

The Output type exposes the following members.

Properties
 NameDescription
Public propertyStepsPerRotation Read-only property returning the number of steps a stepper motor has.
Top
Methods
 NameDescription
Public methodMove Move the stepper motor a specified number of steps at a specified rate.
Public methodSpin Spin (i.e. continuous rotation) the stepper moter at a specified rate.
Top
See Also