Home | History | Annotate | Download | only in h3lis331dl
      1 %module pyupm_h3lis331dl
      2 %include "../upm.i"
      3 %include "cpointer.i"
      4 
      5 /* Send "int *" and "float *" to python as intp and floatp */
      6 %pointer_functions(int, intp);
      7 %pointer_functions(float, floatp);
      8 
      9 %feature("autodoc", "3");
     10 
     11 #ifdef DOXYGEN
     12 %include "h3lis331dl_doc.i"
     13 #endif
     14 
     15 %include "h3lis331dl.h"
     16 %{
     17     #include "h3lis331dl.h"
     18 %}
     19