summaryrefslogtreecommitdiff
path: root/peripheral/libupm/src/th02/pyupm_th02.i
blob: 77b3688e5dc2469407585c3521d86ce28d1abca7 (plain)
1
2
3
4
5
6
7
8
9
10
11
// Include doxygen-generated documentation
%include "pyupm_doxy2swig.i"
%module pyupm_th02
%include "../upm.i"

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

%include "th02.hpp"
%{
    #include "th02.hpp"
%}