Home | History | Annotate | Download | only in wheelencoder
      1 %module pyupm_wheelencoder
      2 %include "../upm.i"
      3 
      4 %feature("autodoc", "3");
      5 
      6 %include "wheelencoder.h"
      7 %{
      8     #include "wheelencoder.h"
      9 %}
     10