Files
upm/src/max44009/pyupm_max44009.i

13 lines
196 B
OpenEdge ABL
Raw Normal View History

%module pyupm_max44009
%include "../upm.i"
// Include doxygen-generated documentation
%include "pyupm_doxy2swig.i"
%include "stdint.i"
%include "max44009.hpp"
%{
#include "max44009.hpp"
%}