upm/src/max5487/pyupm_max5487.i

10 lines
171 B
OpenEdge ABL
Raw Normal View History

// Include doxygen-generated documentation
%include "pyupm_doxy2swig.i"
%module pyupm_max5487
%include "../upm.i"
%include "max5487.hpp"
%{
#include "max5487.hpp"
%}