mirror of
https://github.com/eclipse/upm.git
synced 2025-03-26 02:10:02 +03:00

There is a single monolithic .i file which provides documentation for the python methods. The per-sensor flow is not used. Removing for now, may investigate implementing a per-sensor doc.i file again in the future. Signed-off-by: Noel Eck <noel.eck@intel.com>
12 lines
195 B
OpenEdge ABL
12 lines
195 B
OpenEdge ABL
// Include doxygen-generated documentation
|
|
%include "pyupm_doxy2swig.i"
|
|
%module pyupm_m24lr64e
|
|
%include "../upm.i"
|
|
|
|
%include "stdint.i"
|
|
|
|
%include "m24lr64e.hpp"
|
|
%{
|
|
#include "m24lr64e.hpp"
|
|
%}
|