mirror of
https://github.com/eclipse/upm.git
synced 2025-03-24 17:30:01 +03:00

Signed-off-by: William Penner <william.penner@intel.com> Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com>
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"
|
|
%}
|