4c236c4aa5a3abe1fe48327acb5a5694344f5d90
[contrib/upm.git] / src / stepmotor / pyupm_stepmotor.i
1 %module pyupm_stepmotor
2
3 %include "stdint.i"
4
5 %feature("autodoc", "3");
6
7 %include "stepmotor.h"
8 %{
9     #include "stepmotor.h"
10 %}