Searched defs:touch (Results 1 – 7 of 7) sorted by relevance
12 private static void printButtons(upm_mpr121.MPR121 touch) { in printButtons()31 upm_mpr121.MPR121 touch = new upm_mpr121.MPR121(0); in main() local
38 upm_ttp223.TTP223 touch = new upm_ttp223.TTP223(7); in main() local
40 void printButtons(upm::MPR121 *touch) in printButtons()70 upm::MPR121 *touch = new upm::MPR121(MPR121_I2C_BUS, MPR121_DEFAULT_I2C_ADDR); in main() local
40 void printButtons(upm::AT42QT1070 *touch) in printButtons()74 upm::AT42QT1070 *touch = new upm::AT42QT1070(AT42QT1070_I2C_BUS, in main() local
36 upm::TTP223* touch = new upm::TTP223(0); in main() local
27 touch = ttp223.TTP223(0) variable
29 var touch = new sensorModule.TTP223(0); variable