Skip to main content

Enum BidirectionalDcMotor.MotorState

Represents the state of a motor

Assembly: Meadow.Foundation.dll
View Source
Declaration
public enum BidirectionalDcMotor.MotorState

Fields

Stopped

The motor is stopped

View Source
Declaration
Stopped = 0

RunningClockwise

The motor is running clockwise

View Source
Declaration
RunningClockwise = 1

RunningCounterclockwise

The motor is running counterclockwise

View Source
Declaration
RunningCounterclockwise = 2