A GPS serial interrupt service routine that has an on the fly nmea parser. Works with a STM32F411RE and a Adafruit GPS logger.

Dependents:   Bicycl_Computer_NUCLEO-F411RE Bicycl_Computer_NUCLEO-L476RG

Fork of GPS by Simon Ford

Embed: (wiki syntax)

« Back to documentation index

GPS Class Reference

GPS Class Reference

A GPS interface for reading from a Globalsat EM-406 GPS Module. More...

#include <GPSISR.h>

Public Member Functions

 GPS (PinName tx, PinName rx, int Baud)
 Create the GPS interface, connected to the specified serial port.

Detailed Description

A GPS interface for reading from a Globalsat EM-406 GPS Module.

Definition at line 29 of file GPSISR.h.


Constructor & Destructor Documentation

GPS ( PinName  tx,
PinName  rx,
int  Baud 
)

Create the GPS interface, connected to the specified serial port.

Definition at line 29 of file GPSISR.cpp.