StepperMode Enum
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
C#
public enum StepperMode
type StepperMode =
Public Enum StepperMode
- Inheritance
-
StepperMode
Name | Value | Description |
---|---|---|
HalfStep | 0 | Half step mode |
FullStepSinglePhase | 1 | Full step mode (single phase) |
FullStepDualPhase | 2 | Full step mode (dual phase) |
Produkt | Versioner |
---|---|
.NET IoT Libraries | 1.0.0, 1.1.0, 1.2.0, 1.3.0, 1.4.0, 1.5.0, 2.0.0, 2.1.0, 2.2.0 |