1 %module pyupm_sx6119 2 %include "../upm.i" 3 4 %feature("autodoc", "3"); 5 6 %{ 7 #include "sx6119.h" 8 %} 9 10 %include "sx6119.h" 11 12