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