Enum Uln2003.StepperMode
The 28BYJ-48 motor has 512 full engine rotations to rotate the drive shaft once. In half-step mode these are 8 x 512 = 4096 steps for a full rotation. In full-step mode these are 4 x 512 = 2048 steps for a full rotation.
Assembly: Uln2003.dll
View Source
public enum Uln2003.StepperMode
Fields
HalfStep
Half step mode
View Source
HalfStep = 0
FullStepSinglePhase
Full step mode (single phase)
View Source
FullStepSinglePhase = 1
FullStepDualPhase
Full step mode (dual phase)
View Source
FullStepDualPhase = 2