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

16 lines
295 B
OpenEdge ABL

// Include doxygen-generated documentation
%include "pyupm_doxy2swig.i"
%module pyupm_hm11
%include "../upm.i"
%include "carrays.i"
%feature("autodoc", "3");
%{
#include "hm11.h"
speed_t int_B9600 = B9600;
%}
%include "hm11.h"
speed_t int_B9600 = B9600;
%array_class(char, charArray);