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

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

%include "mg811.h"
%{
    #include "mg811.h"
%}