upm/src/hdc1000/pyupm_hdc1000.i

14 lines
219 B
OpenEdge ABL
Raw Normal View History

// Include doxygen-generated documentation
%include "pyupm_doxy2swig.i"
%module pyupm_hdc1000
%include "../upm.i"
#ifdef DOXYGEN
%include "hdc1000_doc.i"
#endif
%include "hdc1000.hpp"
%{
#include "hdc1000.hpp"
%}