upm/src/ublox6/pyupm_ublox6.i
Jon Trulson 45738d0b93 ublox6: interface file fix for python Grove GPS example
Signed-off-by: Zion Orent <zorent@ics.com>
Signed-off-by: Jon Trulson <jtrulson@ics.com>
Signed-off-by: sisinty sasmita patra <sisinty.s.patra@intel.com>
2015-08-20 12:45:16 -07:00

16 lines
250 B
OpenEdge ABL

%module pyupm_ublox6
%include "../upm.i"
%include "stdint.i"
%include "carrays.i"
%feature("autodoc", "3");
%{
#include "ublox6.h"
speed_t int_B9600 = B9600;
%}
%include "ublox6.h"
speed_t int_B9600 = B9600;
%array_class(char, charArray);