upm/src/sx6119/pyupm_sx6119.i

14 lines
197 B
OpenEdge ABL
Raw Normal View History

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