Home
last modified time | relevance | path

Searched refs:MPL3115A2_I2C_ADDRESS (Results 1 – 2 of 2) sorted by relevance

/hardware/bsp/intel/peripheral/libupm/src/mpl3115a2/
Dmpl3115a2.h32 #define MPL3115A2_I2C_ADDRESS 0x60 macro
91 MPL3115A2(int bus, int devAddr=MPL3115A2_I2C_ADDRESS, uint8_t mode=6);
/hardware/bsp/intel/peripheral/libupm/examples/c++/
Dmpl3115a2.cxx56 sensor = new upm::MPL3115A2(0, MPL3115A2_I2C_ADDRESS); in main()