Files
upm/src/adxrs610/pyupm_adxrs610.i
2015-12-21 16:20:15 -08:00

12 lines
197 B
OpenEdge ABL

// Include doxygen-generated documentation
%include "pyupm_doxy2swig.i"
%module pyupm_adxrs610
%include "../upm.i"
%feature("autodoc", "3");
%include "adxrs610.h"
%{
#include "adxrs610.h"
%}