HomeSort by relevance Sort by last modified time
    Searched refs:M24LR64E (Results 1 - 7 of 7) sorted by null

  /hardware/bsp/intel/peripheral/libupm/examples/c++/
m24lr64e.cxx 27 #include "m24lr64e.h"
35 // Instantiate an M24LR64E on I2C bus 0
37 upm::M24LR64E *nfcTag = new upm::M24LR64E(M24LR64E_I2C_BUS);
45 int addr = M24LR64E::EEPROM_I2C_LENGTH - 1;
  /hardware/bsp/intel/peripheral/libupm/examples/java/
M24LR64ESample.java 39 // Instantiate an M24LR64E on I2C bus 0
40 upm_m24lr64e.M24LR64E nfcTag = new upm_m24lr64e.M24LR64E(0);
47 int addr = upm_m24lr64e.M24LR64E.EEPROM_I2C_LENGTH - 1;
  /hardware/bsp/intel/peripheral/libupm/examples/python/
m24lr64e.py 27 # Instantiate a M24LR64E Grove NFC Tag Module on UART 0
28 nfcTag = nfcTagObj.M24LR64E(nfcTagObj.M24LR64E_I2C_BUS)
35 addr = (nfcTagObj.M24LR64E.EEPROM_I2C_LENGTH - 1)
  /hardware/bsp/intel/peripheral/libupm/src/m24lr64e/
m24lr64e.cxx 30 #include "m24lr64e.h"
36 M24LR64E::M24LR64E(int bus, AccessMode mode):
53 M24LR64E::~M24LR64E()
57 bool M24LR64E::submitPasswd(uint32_t passwd)
89 bool M24LR64E::writePasswd(uint32_t passwd)
120 void M24LR64E::sectorProtectConfig(unsigned int sectorNumber,
133 void M24LR64E::clearSectorProtect(void)
140 void M24LR64E::sectorWriteLockBit(unsigned int sectorNumber,
    [all...]
javaupm_m24lr64e.i 16 int length = upm::M24LR64E::UID_LENGTH;
23 #include "m24lr64e.h"
26 %include "m24lr64e.h"
m24lr64e.h 47 * @defgroup m24lr64e libupm-m24lr64e
52 * @library m24lr64e
53 * @sensor m24lr64e
60 * @brief C++ API for the M24LR64E-based Grove NFC Tag
77 * @image html m24lr64e.jpg
78 * @snippet m24lr64e.cxx Interesting
80 class M24LR64E {
96 * M24LR64E addresses, accessible only in the root mode
145 * M24LR64E constructo
    [all...]
  /hardware/bsp/intel/peripheral/libupm/examples/javascript/
m24lr64e.js 31 // Instantiate a M24LR64E Grove NFC Tag Module on UART 0
32 var nfcTag = new nfcTagObj.M24LR64E(nfcTagObj.M24LR64E_I2C_BUS);
39 var addr = (nfcTagObj.M24LR64E.EEPROM_I2C_LENGTH - 1);

Completed in 2582 milliseconds