upm/src/max5487/pyupm_max5487.i

12 lines
194 B
OpenEdge ABL
Raw Normal View History

// Include doxygen-generated documentation
%include "pyupm_doxy2swig.i"
%module pyupm_max5487
%include "../upm.i"
%feature("autodoc", "3");
%include "max5487.h"
%{
#include "max5487.h"
%}