HomeSort by relevance Sort by last modified time
    Searched full:motors (Results 1 - 25 of 29) sorted by null

1 2

  /hardware/bsp/intel/peripheral/libupm/examples/c++/
grovemd-stepper.cxx 37 upm::GroveMD *motors = new upm::GroveMD(GROVEMD_I2C_BUS, local
43 motors->configStepper(200);
46 motors->setStepperSteps(100);
49 motors->enableStepper(upm::GroveMD::STEP_DIR_CW, 10);
54 motors->setStepperSteps(100);
55 motors->enableStepper(upm::GroveMD::STEP_DIR_CCW, 10);
58 motors->disableStepper();
64 delete motors;
grovemd.cxx 37 upm::GroveMD *motors = new upm::GroveMD(GROVEMD_I2C_BUS, local
42 motors->setMotorDirections(upm::GroveMD::DIR_CW, upm::GroveMD::DIR_CW);
43 motors->setMotorSpeeds(127, 127);
48 motors->setMotorDirections(upm::GroveMD::DIR_CCW, upm::GroveMD::DIR_CCW);
53 cout << "Stopping motors" << endl;
54 motors->setMotorSpeeds(0, 0);
58 delete motors;
l298.cxx 35 // Instantiate one of the 2 possible DC motors on a L298 Dual
  /hardware/bsp/intel/peripheral/libupm/examples/java/
GroveMDSample.java 41 upm_grovemd.GroveMD motors = new upm_grovemd.GroveMD(); local
45 motors.setMotorDirections(upm_grovemd.GroveMD.DC_DIRECTION_T.DIR_CW,
47 motors.setMotorSpeeds(speed50, speed50);
52 motors.setMotorDirections(upm_grovemd.GroveMD.DC_DIRECTION_T.DIR_CCW,
56 // stop motors
57 System.out.println("Stopping motors");
58 motors.setMotorSpeeds(speed0, speed0);
  /hardware/bsp/intel/peripheral/libupm/src/grovemd/
grovemd.h 55 * 2-wire DC motors. The device contains an Atmel* ATmega8L
101 // legal directions for individual DC motors
136 * To control DC motors, sets the speed of motors A & B.
146 * To control DC motors, sets the PWM frequency prescale
157 * To control DC motors, sets the directions of motors A & B
  /hardware/bsp/intel/peripheral/libupm/examples/python/
grovemd.py 46 print "Stopping motors"
l298.py 28 # Instantiate one of the 2 possible DC motors on a L298 Dual
  /hardware/bsp/intel/peripheral/libupm/src/adafruitms1438/
adafruitms1438.h 57 * This class implements support for the stepper and DC motors that
214 // struct to hold mappings of DC motors
221 // struct to hold mappings of stepper motors
adafruitms1438.cxx 45 // (stepper/DC), so just disable the DC motors here
102 // first the dc motors
  /hardware/bsp/intel/peripheral/libupm/examples/javascript/
grovemd.js 57 console.log("Stopping motors");
l298.js 29 // Instantiate one of the 2 possible DC motors on a L298 Dual
pca9685.js 47 // It's being used in this case to drive motors.
  /hardware/bsp/intel/peripheral/libupm/src/pca9685/
pca9685.h 58 * board to control up to 4 DC motors, 2 stepper motors, and 2 servo
59 * motors.
  /hardware/bsp/intel/peripheral/libupm/src/
upm.h 160 * @brief Various motors & controllers to get things moving
184 * @brief Various servo motors & controllers
  /hardware/bsp/intel/peripheral/libupm/docs/
changelog.md 105 * Added generic driver for stepper motors
  /hardware/bsp/intel/peripheral/libupm/src/l298/
l298.cxx 78 // no DC motors in this mode
l298.h 55 * This module can support 2 DC motors, or one 2-phase stepper motor.
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
xinput.h 180 * right and left motors in a joystick. If you're not using a 360
  /external/kernel-headers/original/uapi/linux/
input.h 393 * Some rumble pads have two motors of different weight. Strong_magnitude
  /prebuilts/misc/darwin-x86_64/sdl2/include/SDL2/
SDL_haptic.h 171 * Haptic effect for direct control over high/low frequency motors.
659 * motors, commonly found in modern game controllers. One motor is high
    [all...]
  /prebuilts/misc/windows/sdl2/i686-w64-mingw32/include/SDL2/
SDL_haptic.h 171 * Haptic effect for direct control over high/low frequency motors.
659 * motors, commonly found in modern game controllers. One motor is high
    [all...]
  /prebuilts/misc/windows/sdl2/include/
SDL_haptic.h 171 * Haptic effect for direct control over high/low frequency motors.
659 * motors, commonly found in modern game controllers. One motor is high
    [all...]
  /prebuilts/misc/windows/sdl2/x86_64-w64-mingw32/include/SDL2/
SDL_haptic.h 171 * Haptic effect for direct control over high/low frequency motors.
659 * motors, commonly found in modern game controllers. One motor is high
    [all...]
  /frameworks/base/core/java/android/bluetooth/
BluetoothAssignedNumbers.java 551 * General Motors.
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
PersonalDictionaryLookup.java 625 // This lets the user create a shortcut from "gm" to "General Motors".

Completed in 550 milliseconds

1 2