vk2828u7: Initial implementation
This module provides support for the VK2828U7 (ublox based) GPS module from DFRobot. It is connected via a UART, and emits NMEA data. Ideally this data could be fed to an external library like TinyGPS to parse the NMEA data and provide an easier method of extracting GPS information. Signed-off-by: Jon Trulson <jtrulson@ics.com>
This commit is contained in:
13
src/vk2828u7/pyupm_vk2828u7.i
Normal file
13
src/vk2828u7/pyupm_vk2828u7.i
Normal file
@@ -0,0 +1,13 @@
|
||||
// Include doxygen-generated documentation
|
||||
%include "pyupm_doxy2swig.i"
|
||||
%module pyupm_vk2828u7
|
||||
%include "../upm.i"
|
||||
%include "std_string.i"
|
||||
|
||||
%feature("autodoc", "3");
|
||||
|
||||
%include "vk2828u7.hpp"
|
||||
%{
|
||||
#include "vk2828u7.hpp"
|
||||
%}
|
||||
|
||||
Reference in New Issue
Block a user