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

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

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