Removed old interfaces and replaced them with the new ones.

Signed-off-by: Serban Waltter <serban.waltter@rinftech.com>
This commit is contained in:
Serban Waltter
2018-09-27 17:33:40 +03:00
parent fae1da6c6f
commit 5f9bebad14
139 changed files with 396 additions and 832 deletions

View File

@ -2,7 +2,7 @@
%module (package="upm") bma250e
#endif
%import "interfaces/new_interfaces.i"
%import "interfaces/interfaces.i"
%include "../common_top.i"
@ -14,7 +14,7 @@
%ignore installISR (BMA250E_INTERRUPT_PINS_T, int, mraa::Edge , void *, void *);
%typemap(javaimports) SWIGTYPE %{
import upm_new_interfaces.*;
import upm_interfaces.*;
import java.util.AbstractList;
import java.lang.Float;