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