Files
upm/src/hdc1000/pyupm_hdc1000.i

16 lines
246 B
OpenEdge ABL
Raw Normal View History

// Include doxygen-generated documentation
%include "pyupm_doxy2swig.i"
%module pyupm_hdc1000
%include "../upm.i"
%feature("autodoc", "3");
#ifdef DOXYGEN
%include "hdc1000_doc.i"
#endif
%include "hdc1000.hpp"
%{
#include "hdc1000.hpp"
%}