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

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

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