summaryrefslogtreecommitdiff
path: root/peripheral/libupm/src/th02/pyupm_th02.i
blob: b280c7d5464a2018f3dc76518c3efb6344c5d031 (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.h"
%{
    #include "th02.h"
%}