Home | History | Annotate | Download | only in ublox6
      1 %module jsupm_ublox6
      2 %include "../upm.i"
      3 %include "stdint.i"
      4 %include "carrays.i"
      5 
      6 %{
      7     #include "ublox6.h"
      8     speed_t int_B9600 = B9600;
      9 %}
     10 
     11 %include "ublox6.h"
     12 speed_t int_B9600 = B9600;
     13 %array_class(char, charArray);
     14