summaryrefslogtreecommitdiff
path: root/peripheral/libupm/src/ublox6/jsupm_ublox6.i
blob: e2556817d621ce6d42cfb90bff49ccd61aa446c3 (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.hpp"
    speed_t int_B9600 = B9600;
%}

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