HomeSort by relevance Sort by last modified time
    Searched refs:stepConfig (Results 1 - 5 of 5) sorted by null

  /hardware/bsp/intel/peripheral/libupm/examples/c++/
adafruitms1438-stepper.cxx 50 ms->stepConfig(AdafruitMS1438::STEPMOTOR_M12, 200);
  /hardware/bsp/intel/peripheral/libupm/examples/python/
adafruitms1438-stepper.py 66 myMotorShield.stepConfig(M12Motor, 200)
  /hardware/bsp/intel/peripheral/libupm/examples/javascript/
adafruitms1438-stepper.js 61 myMotorShield_obj.stepConfig(M12motor, 200);
  /hardware/bsp/intel/peripheral/libupm/src/adafruitms1438/
adafruitms1438.h 200 void stepConfig(STEPMOTORS_T motor, unsigned int stepsPerRev);
adafruitms1438.cxx 55 stepConfig(STEPMOTOR_M12, 200);
56 stepConfig(STEPMOTOR_M34, 200);
210 void AdafruitMS1438::stepConfig(STEPMOTORS_T motor, unsigned int stepsPerRev)

Completed in 84 milliseconds