Home | History | Annotate | Download | only in max31723
      1 %module javaupm_max31723
      2 %include "../upm.i"
      3 
      4 %{
      5     #include "max31723.h"
      6 %}
      7 
      8 %include "max31723.h"
      9