Enum StepDirection
Which way to step a motor.
public enum StepDirection
Fields
Backward = 1Reverse the sequence, turning the shaft the other way.
Forward = 0Advance the sequence, turning the shaft one way.
Which way to step a motor.
public enum StepDirection
Backward = 1Reverse the sequence, turning the shaft the other way.
Forward = 0Advance the sequence, turning the shaft one way.