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

  /hardware/bsp/intel/peripheral/libupm/src/nunchuck/
nunchuck.h 148 bool buttonC;
nunchuck.cxx 43 buttonC = false;
137 // buttonC
139 buttonC = false;
141 buttonC = true;
  /hardware/bsp/intel/peripheral/libupm/examples/c++/
nunchuck.cxx 68 << ((nunchuck->buttonC) ? "pressed" : "not pressed") << endl;
  /hardware/bsp/intel/peripheral/libupm/examples/javascript/
nunchuck.js 54 ((nunchuck_obj.buttonC) ? "pressed" : "not pressed");
  /hardware/bsp/intel/peripheral/libupm/examples/python/
nunchuck.py 67 buttonStateStr(myNunchuck.buttonC))

Completed in 1143 milliseconds