Signed-off-by: Zion Orent <zorent@ics.com> Signed-off-by: Mihai Tudor Panu <mihai.tudor.panu@intel.com>
13 lines
197 B
OpenEdge ABL
13 lines
197 B
OpenEdge ABL
%module jsupm_adxl335
|
|
%include "../upm.i"
|
|
%include "cpointer.i"
|
|
|
|
%pointer_functions(int, intPointer);
|
|
%pointer_functions(float, floatPointer);
|
|
|
|
%{
|
|
#include "adxl335.h"
|
|
%}
|
|
|
|
%include "adxl335.h"
|