summaryrefslogtreecommitdiff
path: root/peripheral/libupm/src/hm11/pyupm_hm11.i
blob: 345d1063dec215fb5264d05f995925c9760671e8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// 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);