OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:touchsensor_lib
(Results
1 - 1
of
1
) sorted by null
/hardware/bsp/intel/peripheral/libupm/examples/javascript/
at42qt1070.js
58
var
touchSensor_lib
= require('jsupm_at42qt1070');
60
var I2C_BUS =
touchSensor_lib
.AT42QT1070_I2C_BUS;
61
var DEFAULT_I2C_ADDR =
touchSensor_lib
.AT42QT1070_DEFAULT_I2C_ADDR;
63
var mytouchSensor_obj = new
touchSensor_lib
.AT42QT1070(I2C_BUS,
77
touchSensor_lib
.cleanUp();
78
touchSensor_lib
= null;
Completed in 83 milliseconds