Home
last modified time | relevance | path

Searched defs:touch (Results 1 – 7 of 7) sorted by relevance

/hardware/bsp/intel/peripheral/libupm/examples/java/
DMPR121Sample.java12 private static void printButtons(upm_mpr121.MPR121 touch) { in printButtons()
31 upm_mpr121.MPR121 touch = new upm_mpr121.MPR121(0); in main() local
DTTP223Sample.java38 upm_ttp223.TTP223 touch = new upm_ttp223.TTP223(7); in main() local
/hardware/bsp/intel/peripheral/libupm/examples/c++/
Dmpr121.cxx40 void printButtons(upm::MPR121 *touch) in printButtons()
70 upm::MPR121 *touch = new upm::MPR121(MPR121_I2C_BUS, MPR121_DEFAULT_I2C_ADDR); in main() local
Dat42qt1070.cxx40 void printButtons(upm::AT42QT1070 *touch) in printButtons()
74 upm::AT42QT1070 *touch = new upm::AT42QT1070(AT42QT1070_I2C_BUS, in main() local
Dttp223.cxx36 upm::TTP223* touch = new upm::TTP223(0); in main() local
/hardware/bsp/intel/peripheral/libupm/examples/python/
Dttp223.py27 touch = ttp223.TTP223(0) variable
/hardware/bsp/intel/peripheral/libupm/examples/javascript/
Dttp223.js29 var touch = new sensorModule.TTP223(0); variable