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

12 lines
191 B
OpenEdge ABL

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