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