Home | History | Annotate | Download | only in mpr121
      1 %module pyupm_mpr121
      2 %include "../upm.i"
      3 
      4 %feature("autodoc", "3");
      5 
      6 #ifdef DOXYGEN
      7 %include "mpr121_doc.i"
      8 #endif
      9 
     10 %include "mpr121.h"
     11 %{
     12     #include "mpr121.h"
     13 %}
     14