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