Logo
Explore Help
Register Sign In
Raspberries/upm
Public Access
2
0
Fork 0
You've already forked upm
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
Files
52810cef77fd557cfa264cccaa667f10793a598f
upm/src/ublox6/pyupm_ublox6.i

10 lines
119 B
OpenEdge ABL
Raw Normal View History

ublox6: Initial implementation jrvandr: removed unnecessary mraa_init() and mraa_deinit() The module implements support for the ublox-6 GPS sensor. It was tested on a Grove GPS device. This module simply allows data to be retrieved from the device in the form of NMEA sentences, and provides a method to write commands to the device for configuration purposes. It does not attempt to parse NMEA data -- that is a project in itself. There are libraries available on the Internet, such as tinyGPS++ that can handle that for you. Signed-off-by: Jon Trulson <jtrulson@ics.com> Signed-off-by: Zion Orent <zorent@ics.com> Signed-off-by: John Van Drasek <john.r.van.drasek@intel.com>
2014-12-30 15:48:41 -07:00
%module pyupm_ublox6
%include "../upm.i"
%feature("autodoc", "3");
%include "ublox6.h"
%{
#include "ublox6.h"
%}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.1 Page: 95ms Template: 4ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API