mirror of
https://github.com/eclipse/upm.git
synced 2025-03-24 09:20:39 +03:00
13 lines
199 B
OpenEdge ABL
13 lines
199 B
OpenEdge ABL
![]() |
%module javaupm_adxl335
|
||
|
%include "../upm.i"
|
||
|
%include "cpointer.i"
|
||
|
|
||
|
%pointer_functions(int, intPointer);
|
||
|
%pointer_functions(float, floatPointer);
|
||
|
|
||
|
%{
|
||
|
#include "adxl335.h"
|
||
|
%}
|
||
|
|
||
|
%include "adxl335.h"
|