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