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

%include "stdint.i"

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

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