2015-12-16 13:58:11 -08:00
|
|
|
// Include doxygen-generated documentation
|
|
|
|
|
%include "pyupm_doxy2swig.i"
|
2015-04-15 14:09:54 -06:00
|
|
|
%module pyupm_hm11
|
|
|
|
|
%include "../upm.i"
|
|
|
|
|
%include "carrays.i"
|
|
|
|
|
|
|
|
|
|
%{
|
2016-04-25 14:27:51 -07:00
|
|
|
#include "hm11.hpp"
|
2015-04-15 14:09:54 -06:00
|
|
|
speed_t int_B9600 = B9600;
|
|
|
|
|
%}
|
2016-04-25 14:27:51 -07:00
|
|
|
%include "hm11.hpp"
|
2015-04-15 14:09:54 -06:00
|
|
|
speed_t int_B9600 = B9600;
|
|
|
|
|
%array_class(char, charArray);
|