upm
1.7.1
Sensor/Actuator repository for libmraa (v2.0.0)
|
This driver was tested with a number of GPS devices that emit NMEA data via a serial interface of some sort (typically a UART).
The I2C capablity was tested with a UBLOX LEA-6H based GPS shield from DFRobot. Currently, the I2C capability is only supported for UBLOX devices (or compatibles) that conform to the specifications outlined in the u-blox6 Receiver Description Protocol Specification, Chapter 4, DDC Port.
An example using the UART.
An example using I2C.
Go to the source code of this file.
Data Structures | |
struct | coord_DD |
struct | satellite |
struct | nmeatxt |
struct | gps_fix |
class | NMEAGPS |
Namespaces | |
upm | |
C++ API wrapper for the bh1749 driver. | |
Enumerations | |
enum | gps_fix_quality { no_fix = 0, fix_sp, fix_dp, fix_pps, fix_rtk, fix_frtk, fix_dr, fix_manual, fix_simulation } |