mirror of
https://github.com/eclipse/upm.git
synced 2025-03-15 04:57:30 +03:00
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>
This commit is contained in:
parent
52810cef77
commit
45738d0b93
@ -1,9 +1,15 @@
|
||||
%module pyupm_ublox6
|
||||
%include "../upm.i"
|
||||
%include "stdint.i"
|
||||
%include "carrays.i"
|
||||
|
||||
%feature("autodoc", "3");
|
||||
|
||||
%include "ublox6.h"
|
||||
%{
|
||||
#include "ublox6.h"
|
||||
speed_t int_B9600 = B9600;
|
||||
%}
|
||||
|
||||
%include "ublox6.h"
|
||||
speed_t int_B9600 = B9600;
|
||||
%array_class(char, charArray);
|
||||
|
Loading…
x
Reference in New Issue
Block a user