1 %module jsupm_max31723 2 %include "../upm.i" 3 4 %{ 5 #include "max31723.h" 6 %} 7 8 %include "max31723.h" 9