• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 %module pyupm_ublox6
2 %include "../upm.i"
3 %include "stdint.i"
4 %include "carrays.i"
5 
6 %feature("autodoc", "3");
7 
8 %{
9     #include "ublox6.h"
10     speed_t int_B9600 = B9600;
11 %}
12 
13 %include "ublox6.h"
14 speed_t int_B9600 = B9600;
15 %array_class(char, charArray);
16