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