mirror of
https://github.com/eclipse/upm.git
synced 2025-03-20 07:27:29 +03:00
18 lines
271 B
OpenEdge ABL
18 lines
271 B
OpenEdge ABL
// Include doxygen-generated documentation
|
|
%include "pyupm_doxy2swig.i"
|
|
%module pyupm_bma220
|
|
%include "../upm.i"
|
|
%include "cpointer.i"
|
|
|
|
%include "stdint.i"
|
|
|
|
%feature("autodoc", "3");
|
|
|
|
%pointer_functions(float, floatp);
|
|
|
|
%include "bma220.h"
|
|
%{
|
|
#include "bma220.h"
|
|
%}
|
|
|