Library to operate GPS 20u7 with Mbed

Dependencies:   TinyGPS mbed

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 <gps.h>

Public Member Functions

 GPS (PinName tx, PinName rx)
 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 9 of file gps.h.


Constructor & Destructor Documentation

GPS ( PinName  tx,
PinName  rx 
)

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

Definition at line 4 of file gps.cpp.