1 %module pyupm_hm11 2 %include "../upm.i" 3 %include "carrays.i" 4 5 %feature("autodoc", "3"); 6 7 %{ 8 #include "hm11.h" 9 speed_t int_B9600 = B9600; 10 %} 11 %include "hm11.h" 12 speed_t int_B9600 = B9600; 13 %array_class(char, charArray); 14