Home
last modified time | relevance | path

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

/hardware/bsp/intel/peripheral/libupm/src/mpr121/
Dmpr121.h30 #define MPR121_DEFAULT_I2C_ADDR 0x5a macro
63 MPR121(int bus, uint8_t address = MPR121_DEFAULT_I2C_ADDR);
/hardware/bsp/intel/peripheral/libupm/examples/javascript/
Dmpr121.js30 …chSensor = new touchSensor.MPR121(touchSensor.MPR121_I2C_BUS, touchSensor.MPR121_DEFAULT_I2C_ADDR);
/hardware/bsp/intel/peripheral/libupm/examples/c++/
Dmpr121.cxx70 upm::MPR121 *touch = new upm::MPR121(MPR121_I2C_BUS, MPR121_DEFAULT_I2C_ADDR); in main()
/hardware/bsp/intel/peripheral/libupm/examples/python/
Dmpr121.py28 DEFAULT_I2C_ADDR = upmMpr121.MPR121_DEFAULT_I2C_ADDR