OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:myTouchSensor
(Results
1 - 3
of
3
) sorted by null
/hardware/bsp/intel/peripheral/libupm/examples/javascript/
mpr121.js
30
var
myTouchSensor
= new touchSensor.MPR121(touchSensor.MPR121_I2C_BUS, touchSensor.MPR121_DEFAULT_I2C_ADDR);
32
myTouchSensor
.configAN3944();
36
myTouchSensor
.readButtons();
37
printButtons(
myTouchSensor
);
/hardware/bsp/intel/peripheral/libupm/examples/python/
at42qt1070.py
56
myTouchSensor
= upmAt42qt1070.AT42QT1070(I2C_BUS,
69
# This function lets you run code on exit, including functions from
myTouchSensor
77
myTouchSensor
.updateState()
78
printButtons(
myTouchSensor
)
mpr121.py
31
myTouchSensor
= upmMpr121.MPR121(I2C_BUS, DEFAULT_I2C_ADDR)
40
# including functions from
myTouchSensor
70
myTouchSensor
.readButtons()
71
printButtons(
myTouchSensor
)
Completed in 263 milliseconds