summaryrefslogtreecommitdiff
path: root/peripheral/libupm/src/ublox6/jsupm_ublox6.i
blob: 12c75528293bc60bf6ded386e4f956c0b99c4fb3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
%module jsupm_ublox6
%include "../upm.i"
%include "stdint.i"
%include "carrays.i"

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

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