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

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

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