summaryrefslogtreecommitdiff
path: root/peripheral/libupm/src/wheelencoder/pyupm_wheelencoder.i
blob: 9cfab7e1462180e0b985bc9e808e426c6411ca76 (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.h"
%{
    #include "wheelencoder.h"
%}