summaryrefslogtreecommitdiff
path: root/peripheral/libupm/src/xbee/jsupm_xbee.i
blob: 1d7339ddcc018b97e23dedad80f862b22991e7b4 (plain)
1
2
3
4
5
6
7
8
9
10
11
%module jsupm_xbee
%include "../upm.i"
%include "carrays.i"
%include "std_string.i"

%{
    #include "xbee.hpp"
%}

%include "xbee.hpp"
%array_class(char, charArray);