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

  /hardware/bsp/intel/peripheral/libupm/src/nunchuck/
nunchuck.h 124 int stickY;
nunchuck.cxx 39 stickY = 0;
126 stickY = buf[1];
  /hardware/bsp/intel/peripheral/libupm/examples/c++/
nunchuck.cxx 62 << ", stickY: " << nunchuck->stickY << endl;
  /hardware/bsp/intel/peripheral/libupm/examples/javascript/
nunchuck.js 46 ", stickY: " + nunchuck_obj.stickY;
  /hardware/bsp/intel/peripheral/libupm/examples/python/
nunchuck.py 59 outputStr = "stickX: {0}, stickY: {1}".format(
60 myNunchuck.stickX, myNunchuck.stickY)

Completed in 125 milliseconds