Home
last modified time | relevance | path

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

/hardware/bsp/intel/peripheral/libupm/src/nunchuck/
Dnunchuck.cxx39 stickY = 0; in NUNCHUCK()
126 stickY = buf[1]; in update()
Dnunchuck.h124 int stickY; variable
/hardware/bsp/intel/peripheral/libupm/examples/c++/
Dnunchuck.cxx62 << ", stickY: " << nunchuck->stickY << endl; in main()
/hardware/bsp/intel/peripheral/libupm/examples/javascript/
Dnunchuck.js46 ", stickY: " + nunchuck_obj.stickY;
/hardware/bsp/intel/peripheral/libupm/examples/python/
Dnunchuck.py60 myNunchuck.stickX, myNunchuck.stickY)