%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"
%array_class(char, charArray);