dded bindings for iHumidity sensors.

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:40:38 +03:00
committed by Mihai Tudor Panu
parent bbcee52880
commit c3d5d951e1
13 changed files with 87 additions and 0 deletions

View File

@ -1,7 +1,17 @@
#ifdef SWIGPYTHON
%module (package="pyupm_new_interfaces") bmp280
#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_bmp280)
#endif
/* END Java syntax */