Home
last modified time | relevance | path

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

/hardware/bsp/intel/peripheral/libupm/examples/python/
Dm24lr64e.py28 nfcTag = nfcTagObj.M24LR64E(nfcTagObj.M24LR64E_I2C_BUS)
/hardware/bsp/intel/peripheral/libupm/examples/c++/
Dm24lr64e.cxx37 upm::M24LR64E *nfcTag = new upm::M24LR64E(M24LR64E_I2C_BUS); in main()
/hardware/bsp/intel/peripheral/libupm/examples/javascript/
Dm24lr64e.js32 var nfcTag = new nfcTagObj.M24LR64E(nfcTagObj.M24LR64E_I2C_BUS);
/hardware/bsp/intel/peripheral/libupm/src/m24lr64e/
Dm24lr64e.h39 #define M24LR64E_I2C_BUS 0 macro