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