• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 %module jsupm_hm11
2 %include "../upm.i"
3 %include "carrays.i"
4 
5 %{
6     #include "hm11.h"
7     speed_t int_B9600 = B9600;
8 %}
9 
10 %include "hm11.h"
11 speed_t int_B9600 = B9600;
12 %array_class(char, charArray);
13