Click or drag to resize
MotorState Enumeration
The valid states of a stepper motor.

Namespace:  Adafruit.IoT.Motors
Assembly:  Adafruit.IoT (in Adafruit.IoT.dll) Version: 1.0.6.0 (1.0.6.0)
Syntax
public enum MotorState
Members
  Member nameValueDescription
Stop0 The motor is not running or energized.
Run1 The motor is running.
Brake2 The motor is stopped but energized, holding position like a brake
See Also