mirror of
https://github.com/eclipse/upm.git
synced 2025-03-26 10:20:01 +03:00
12 lines
156 B
OpenEdge ABL
12 lines
156 B
OpenEdge ABL
%module javaupm_lsm9ds0
|
|
%include "../upm.i"
|
|
%include "cpointer.i"
|
|
|
|
%pointer_functions(float, floatp);
|
|
|
|
%include "lsm9ds0.h"
|
|
%{
|
|
#include "lsm9ds0.h"
|
|
%}
|
|
|