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

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

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