Home
last modified time | relevance | path

Searched refs:stepConfig (Results 1 – 5 of 5) sorted by relevance

/hardware/bsp/intel/peripheral/libupm/src/adafruitms1438/
Dadafruitms1438.cxx55 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
Dadafruitms1438.h200 void stepConfig(STEPMOTORS_T motor, unsigned int stepsPerRev);
/hardware/bsp/intel/peripheral/libupm/examples/c++/
Dadafruitms1438-stepper.cxx50 ms->stepConfig(AdafruitMS1438::STEPMOTOR_M12, 200); in main()
/hardware/bsp/intel/peripheral/libupm/examples/python/
Dadafruitms1438-stepper.py66 myMotorShield.stepConfig(M12Motor, 200)
/hardware/bsp/intel/peripheral/libupm/examples/javascript/
Dadafruitms1438-stepper.js61 myMotorShield_obj.stepConfig(M12motor, 200);