Home
last modified time | relevance | path

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

/hardware/bsp/intel/peripheral/libupm/src/nunchuck/
Dnunchuck.cxx38 stickX = 0; in NUNCHUCK()
123 stickX = buf[0]; in update()
Dnunchuck.h118 int stickX; variable
/hardware/bsp/intel/peripheral/libupm/examples/c++/
Dnunchuck.cxx61 cout << "stickX: " << nunchuck->stickX in main()
/hardware/bsp/intel/peripheral/libupm/examples/javascript/
Dnunchuck.js45 var outputStr = "stickX: " + nunchuck_obj.stickX +
/hardware/bsp/intel/peripheral/libupm/examples/python/
Dnunchuck.py60 myNunchuck.stickX, myNunchuck.stickY)