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