mirror of
https://github.com/eclipse/upm.git
synced 2025-03-24 09:20:39 +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>
16 lines
195 B
OpenEdge ABL
16 lines
195 B
OpenEdge ABL
%module pyupm_m24lr64e
|
|
%include "../upm.i"
|
|
|
|
%include "stdint.i"
|
|
|
|
%feature("autodoc", "3");
|
|
|
|
#ifdef DOXYGEN
|
|
%include "m24lr64e_doc.i"
|
|
#endif
|
|
|
|
%include "m24lr64e.h"
|
|
%{
|
|
#include "m24lr64e.h"
|
|
%}
|