Home | History | Annotate | Download | only in wheelencoder
      1 %module jsupm_wheelencoder
      2 %include "../upm.i"
      3 
      4 %{
      5     #include "wheelencoder.h"
      6 %}
      7 
      8 %include "wheelencoder.h"
      9