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

  /hardware/bsp/intel/peripheral/libupm/src/nunchuck/
nunchuck.h 154 bool buttonZ;
nunchuck.cxx 44 buttonZ = false;
143 // buttonZ
145 buttonZ = false;
147 buttonZ = true;
  /hardware/bsp/intel/peripheral/libupm/examples/c++/
nunchuck.cxx 70 << ((nunchuck->buttonZ) ? "pressed" : "not pressed") << endl;
  /hardware/bsp/intel/peripheral/libupm/examples/javascript/
nunchuck.js 57 ((nunchuck_obj.buttonZ) ? "pressed" : "not pressed");
  /hardware/bsp/intel/peripheral/libupm/examples/python/
nunchuck.py 70 buttonStateStr(myNunchuck.buttonZ))

Completed in 65 milliseconds