Home
last modified time | relevance | path

Searched refs:readButtons (Results 1 – 6 of 6) sorted by relevance

/hardware/bsp/intel/peripheral/libupm/src/mpr121/
Dmpr121.h86 void readButtons();
Dmpr121.cxx191 void MPR121::readButtons() in readButtons() function in MPR121
/hardware/bsp/intel/peripheral/libupm/examples/javascript/
Dmpr121.js36 myTouchSensor.readButtons();
/hardware/bsp/intel/peripheral/libupm/examples/java/
DMPR121Sample.java37 touch.readButtons(); in main()
/hardware/bsp/intel/peripheral/libupm/examples/c++/
Dmpr121.cxx77 touch->readButtons(); in main()
/hardware/bsp/intel/peripheral/libupm/examples/python/
Dmpr121.py70 myTouchSensor.readButtons()