summaryrefslogtreecommitdiff
path: root/peripheral/libupm/src/wt5001/jsupm_wt5001.i
blob: 336e693ae35b1fcdabb23bacb98b8ad1ccbf7d96 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
%module jsupm_wt5001
%include "../upm.i"
%include "../carrays_uint8_t.i"
%include "../carrays_uint16_t.i"

%{
    #include "wt5001.hpp"
    speed_t int_B9600 = B9600;
%}

%include "wt5001.hpp"
speed_t int_B9600 = B9600;