mirror of
https://github.com/eclipse/upm.git
synced 2025-07-26 21:51:16 +03:00
Removed old interfaces and replaced them with the new ones.
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:

committed by
Mihai Tudor Panu

parent
b6e53f7da8
commit
34bb12933d
@ -5,5 +5,6 @@ upm_mixed_module_init (NAME ttp223
|
||||
CPP_HDR ttp223.hpp
|
||||
CPP_SRC ttp223.cxx
|
||||
FTI_SRC ttp223_fti.c
|
||||
IFACE_HDR iButton.hpp
|
||||
CPP_WRAPS_C
|
||||
REQUIRES mraa)
|
||||
|
@ -1,8 +1,18 @@
|
||||
#ifdef SWIGPYTHON
|
||||
%module (package="upm") ttp223
|
||||
#endif
|
||||
|
||||
%import "interfaces/interfaces.i"
|
||||
|
||||
%include "../common_top.i"
|
||||
|
||||
/* BEGIN Java syntax ------------------------------------------------------- */
|
||||
#ifdef SWIGJAVA
|
||||
%module (docstring="TTP223 Touch Sensor") javaupm_ttp223
|
||||
%typemap(javaimports) SWIGTYPE %{
|
||||
import upm_interfaces.*;
|
||||
%}
|
||||
|
||||
|
||||
%apply int {mraa::Edge}
|
||||
|
||||
|
Reference in New Issue
Block a user