14 lines
178 B
OpenEdge ABL
14 lines
178 B
OpenEdge ABL
|
|
%module pyupm_mpl3115a2
|
||
|
|
%include "../upm.i"
|
||
|
|
|
||
|
|
%feature("autodoc", "3");
|
||
|
|
|
||
|
|
#ifdef DOXYGEN
|
||
|
|
%include "mpl3115a2_doc.i"
|
||
|
|
#endif
|
||
|
|
|
||
|
|
%include "mpl3115a2.h"
|
||
|
|
%{
|
||
|
|
#include "mpl3115a2.h"
|
||
|
|
%}
|