Searched refs:stepConfig (Results 1 – 5 of 5) sorted by relevance
55 stepConfig(STEPMOTOR_M12, 200); in AdafruitMS1438()56 stepConfig(STEPMOTOR_M34, 200); in AdafruitMS1438()210 void AdafruitMS1438::stepConfig(STEPMOTORS_T motor, unsigned int stepsPerRev) in stepConfig() function in AdafruitMS1438
200 void stepConfig(STEPMOTORS_T motor, unsigned int stepsPerRev);
50 ms->stepConfig(AdafruitMS1438::STEPMOTOR_M12, 200); in main()
66 myMotorShield.stepConfig(M12Motor, 200)
61 myMotorShield_obj.stepConfig(M12motor, 200);