upm/src/htu21d/pyupm_htu21d.i

16 lines
238 B
OpenEdge ABL
Raw Normal View History

// Include doxygen-generated documentation
%include "pyupm_doxy2swig.i"
%module pyupm_htu21d
%include "../upm.i"
%feature("autodoc", "3");
#ifdef DOXYGEN
%include "htu21d_doc.i"
#endif
%include "htu21d.h"
%{
#include "htu21d.h"
%}