mirror of
https://github.com/eclipse/upm.git
synced 2025-07-02 01:41:12 +03:00
Added Java support and bindings
Signed-off-by: Andrei Vasiliu <andrei.vasiliu@intel.com> Signed-off-by: Mihai Tudor Panu <mihai.tudor.panu@intel.com>
This commit is contained in:

committed by
Mihai Tudor Panu

parent
181823cb20
commit
7e2ae96c1f
12
src/adxl335/javaupm_adxl335.i
Normal file
12
src/adxl335/javaupm_adxl335.i
Normal file
@ -0,0 +1,12 @@
|
||||
%module javaupm_adxl335
|
||||
%include "../upm.i"
|
||||
%include "cpointer.i"
|
||||
|
||||
%pointer_functions(int, intPointer);
|
||||
%pointer_functions(float, floatPointer);
|
||||
|
||||
%{
|
||||
#include "adxl335.h"
|
||||
%}
|
||||
|
||||
%include "adxl335.h"
|
Reference in New Issue
Block a user