upm/src/htu21d/pyupm_htu21d.i

14 lines
166 B
OpenEdge ABL
Raw Normal View History

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