upm/src/sht1x/sht1x.i
Serban Waltter 52b3087de9 Added new interfaces bindings
Signed-off-by: Serban Waltter <serban.waltter@rinftech.com>
Signed-off-by: Mihai Tudor Panu <mihai.tudor.panu@intel.com>
2019-04-04 22:11:55 -07:00

27 lines
576 B
OpenEdge ABL

#ifdef SWIGPYTHON
%module (package="pyupm_new_interfaces") sht1x
#endif
%import "interfaces/new_interfaces.i"
%include "../common_top.i"
/* BEGIN Java syntax ------------------------------------------------------- */
#ifdef SWIGJAVA
%typemap(javaimports) SWIGTYPE %{
import upm_new_interfaces.*;
%}
JAVA_JNI_LOADLIBRARY(javaupm_sht1x)
#endif
/* END Java syntax */
/* BEGIN Common SWIG syntax ------------------------------------------------- */
%{
#include "sht1x_defs.h"
#include "sht1x.hpp"
%}
%include "sht1x_defs.h"
%include "sht1x.hpp"
/* END Common SWIG syntax */