Signed-off-by: William Penner <william.penner@intel.com> Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com>
14 lines
166 B
OpenEdge ABL
14 lines
166 B
OpenEdge ABL
%module pyupm_htu21d
|
|
%include "../upm.i"
|
|
|
|
%feature("autodoc", "3");
|
|
|
|
#ifdef DOXYGEN
|
|
%include "htu21d_doc.i"
|
|
#endif
|
|
|
|
%include "htu21d.h"
|
|
%{
|
|
#include "htu21d.h"
|
|
%}
|