mirror of
https://github.com/eclipse/upm.git
synced 2025-03-22 16:37:29 +03:00
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"
|
||
|
%}
|