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