summaryrefslogtreecommitdiff
path: root/peripheral/libupm/src/xbee/pyupm_xbee.i
blob: a895f54cab763933f104b1bceeb77bb67ba56561 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// Include doxygen-generated documentation
%include "pyupm_doxy2swig.i"
%module pyupm_xbee
%include "../upm.i"
%include "carrays.i"
%include "std_string.i"

%feature("autodoc", "3");

%{
    #include "xbee.h"
%}
%include "xbee.h"
%array_class(char, charArray);