Enum BidirectionalDcMotor.MotorState
Represents the state of a motor
Assembly: Meadow.Foundation.dll
View Source
public enum BidirectionalDcMotor.MotorState
Fields
Stopped
The motor is stopped
View Source
Stopped = 0
RunningClockwise
The motor is running clockwise
View Source
RunningClockwise = 1
RunningCounterclockwise
The motor is running counterclockwise
View Source
RunningCounterclockwise = 2