Added new interfaces bindings

Signed-off-by: Serban Waltter <serban.waltter@rinftech.com>
Signed-off-by: Mihai Tudor Panu <mihai.tudor.panu@intel.com>
This commit is contained in:
Serban Waltter
2018-06-21 16:34:38 +03:00
committed by Mihai Tudor Panu
parent efd36e57b0
commit 52b3087de9
3 changed files with 15 additions and 1 deletions

View File

@ -1,10 +1,17 @@
#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 */