HomeSort by relevance Sort by last modified time
    Searched refs:DIR_CW (Results 1 - 25 of 27) sorted by null

1 2

  /hardware/bsp/intel/peripheral/libupm/examples/python/
grovemd.py 36 myMotorDriver.setMotorDirections(upmGrovemd.GroveMD.DIR_CW, upmGrovemd.GroveMD.DIR_CW)
l298-stepper.py 50 myHBridge.setDirection(upmL298.L298.DIR_CW)
l298.py 52 myHBridge.setDirection(upmL298.L298.DIR_CW)
uln200xa.py 51 myUln200xa.setDirection(upmULN200XA.ULN200XA.DIR_CW)
adafruitms1438-stepper.py 33 MotorDirCW = upmAdafruitms1438.AdafruitMS1438.DIR_CW
adafruitms1438.py 33 MotorDirCW = upmAdafruitms1438.AdafruitMS1438.DIR_CW
  /hardware/bsp/intel/peripheral/libupm/examples/c++/
grovemd.cxx 42 motors->setMotorDirections(upm::GroveMD::DIR_CW, upm::GroveMD::DIR_CW);
l298-stepper.cxx 41 l298->setDirection(upm::L298::DIR_CW);
uln200xa.cxx 44 uln200xa->setDirection(upm::ULN200XA::DIR_CW);
l298.cxx 42 l298->setDirection(upm::L298::DIR_CW);
adafruitms1438-stepper.cxx 55 AdafruitMS1438::DIR_CW);
adafruitms1438.cxx 52 ms->setMotorDirection(AdafruitMS1438::MOTOR_M3, AdafruitMS1438::DIR_CW);
  /hardware/bsp/intel/peripheral/libupm/examples/java/
GroveMDSample.java 45 motors.setMotorDirections(upm_grovemd.GroveMD.DC_DIRECTION_T.DIR_CW,
46 upm_grovemd.GroveMD.DC_DIRECTION_T.DIR_CW);
ULN200XASample.java 46 uln200xa.setDirection(upm_uln200xa.ULN200XA.ULN200XA_DIRECTION_T.DIR_CW);
  /hardware/bsp/intel/peripheral/libupm/examples/javascript/
grovemd.js 36 my_MotorDriver_obj.setMotorDirections(groveMotorDriver_lib.GroveMD.DIR_CW,
37 groveMotorDriver_lib.GroveMD.DIR_CW);
l298-stepper.js 39 myHBridge_obj.setDirection(HBridge_lib.L298.DIR_CW);
l298.js 41 myHBridge_obj.setDirection(HBridge_lib.L298.DIR_CW);
uln200xa.js 38 myUln200xa_obj.setDirection(Uln200xa_lib.ULN200XA.DIR_CW);
adafruitms1438-stepper.js 47 var MotorDirCW = MotorShield_lib.AdafruitMS1438.DIR_CW;
adafruitms1438.js 48 var MotorDirCW = MotorShield_lib.AdafruitMS1438.DIR_CW;
  /hardware/bsp/intel/peripheral/libupm/src/uln200xa/
uln200xa.h 69 DIR_CW = 0x01,
uln200xa.cxx 135 case DIR_CW:
  /hardware/bsp/intel/peripheral/libupm/src/l298/
l298.h 77 DIR_CW = 0x01,
  /hardware/bsp/intel/peripheral/libupm/src/adafruitms1438/
adafruitms1438.h 77 DIR_CW = 0x01,
  /hardware/bsp/intel/peripheral/libupm/src/grovemd/
grovemd.h 103 DIR_CW = 0x01
159 * @param dirA Direction for motor A, DIR_CW or DIR_CCW
160 * @param dirB Direction for motor B, DIR_CW or DIR_CCW

Completed in 700 milliseconds

1 2