Home
last modified time | relevance | path

Searched refs:AT42QT1070_DEFAULT_I2C_ADDR (Results 1 – 4 of 4) sorted by relevance

/hardware/bsp/intel/peripheral/libupm/src/at42qt1070/
Dat42qt1070.h33 #define AT42QT1070_DEFAULT_I2C_ADDR 0x1b macro
149 AT42QT1070(int bus, uint8_t address = AT42QT1070_DEFAULT_I2C_ADDR);
/hardware/bsp/intel/peripheral/libupm/examples/c++/
Dat42qt1070.cxx75 AT42QT1070_DEFAULT_I2C_ADDR); in main()
/hardware/bsp/intel/peripheral/libupm/examples/python/
Dat42qt1070.py53 DEFAULT_I2C_ADDR = upmAt42qt1070.AT42QT1070_DEFAULT_I2C_ADDR
/hardware/bsp/intel/peripheral/libupm/examples/javascript/
Dat42qt1070.js61 var DEFAULT_I2C_ADDR = touchSensor_lib.AT42QT1070_DEFAULT_I2C_ADDR;