summaryrefslogtreecommitdiff
path: root/peripheral/libupm/src/ublox6/pyupm_ublox6.i
blob: 8567d5090e124802567c0c4bcf02e05619c9cb1a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// Include doxygen-generated documentation
%include "pyupm_doxy2swig.i"
%module pyupm_ublox6
%include "../upm.i"
%include "stdint.i"
%include "carrays.i"

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

%{
    #include "ublox6.h"
    speed_t int_B9600 = B9600;
%}

%include "ublox6.h"
speed_t int_B9600 = B9600;
%array_class(char, charArray);