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

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

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