pub fn create_stepper_5pin<P1, P2, P3, P4, P5, D>(
p1: P1,
p2: P2,
p3: P3,
p4: P4,
p5: P5,
delay: D,
number_of_steps: u32,
) -> Stepper<StepperMotor5<P1, P2, P3, P4, P5>, D>Expand description
Factory: build a Stepper5 from five pins and a delay.
Build a 5-pin stepper controller