mirror of
https://github.com/eclipse/upm.git
synced 2025-03-23 17:00:03 +03:00

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>
6 lines
153 B
CMake
6 lines
153 B
CMake
set (libname "m24lr64e")
|
|
set (libdescription "upm m24lr64e grove NFC tag")
|
|
set (module_src ${libname}.cxx)
|
|
set (module_h ${libname}.h)
|
|
upm_module_init()
|