m24lr64e: Initial Implementation
This module was developed and tested on the Grove NFC Tag. It is an 8KB EEPROM accessable (with various protection capabilites) via I2C and NFC capable devices. The code was based on the Seeed Studio example code with some help from the datasheet. Signed-off-by: Jon Trulson <jtrulson@ics.com> Signed-off-by: Mihai Tudor Panu <mihai.tudor.panu@intel.com>
This commit is contained in:
committed by
Mihai Tudor Panu
parent
6740932c47
commit
5733918a2f
5
src/m24lr64e/CMakeLists.txt
Normal file
5
src/m24lr64e/CMakeLists.txt
Normal file
@@ -0,0 +1,5 @@
|
||||
set (libname "m24lr64e")
|
||||
set (libdescription "upm m24lr64e grove NFC tag")
|
||||
set (module_src ${libname}.cxx)
|
||||
set (module_h ${libname}.h)
|
||||
upm_module_init()
|
||||
Reference in New Issue
Block a user