summaryrefslogtreecommitdiff
path: root/peripheral/libupm/src/hmtrp/pyupm_hmtrp.i
blob: 8cb96e39f5a1551d3d530165ac6f22f5a25d286e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
// Include doxygen-generated documentation
%include "pyupm_doxy2swig.i"
%module pyupm_hmtrp
%include "../upm.i"
%include "../carrays_uint8_t.i"
%include "../carrays_uint16_t.i"
%include "../carrays_uint32_t.i"

%rename("getModSignalStrengthNoParam")  getModSignalStrength();
%rename("getRFSignalStrengthNoParam") getRFSignalStrength();

%feature("autodoc", "3");

%include "hmtrp.hpp"
%{
    #include "hmtrp.hpp"
    speed_t int_B9600 = B9600;
%}
speed_t int_B9600 = B9600;
%array_class(char, charArray);