OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:stickX
(Results
1 - 5
of
5
) sorted by null
/hardware/bsp/intel/peripheral/libupm/src/nunchuck/
nunchuck.h
118
int
stickX
;
nunchuck.cxx
38
stickX
= 0;
123
stickX
= buf[0];
/hardware/bsp/intel/peripheral/libupm/examples/c++/
nunchuck.cxx
61
cout << "
stickX
: " << nunchuck->
stickX
/hardware/bsp/intel/peripheral/libupm/examples/javascript/
nunchuck.js
45
var outputStr = "
stickX
: " + nunchuck_obj.
stickX
+
/hardware/bsp/intel/peripheral/libupm/examples/python/
nunchuck.py
59
outputStr = "
stickX
: {0}, stickY: {1}".format(
60
myNunchuck.
stickX
, myNunchuck.stickY)
Completed in 413 milliseconds