pub type Stepper5<P1, P2, P3, P4, P5, D> = Stepper<StepperMotor5<P1, P2, P3, P4, P5>, D>;Expand description
High-level controller alias for a 5-pin motor + DelayNs.
Aliased Typeยง
pub struct Stepper5<P1, P2, P3, P4, P5, D> { /* private fields */ }