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

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

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