[][src]Module adafruit_gps::send_pmtk

Contains all the pmtk commands that can be sent.

Structs

EpoData
NmeaOutput

Enums

BaudRateResults

Success (new baud rate) or fail.

DgpsMode

Dgps (Differential GPS) mode is the usage of ground stations to aid in the accuracy of position.

Pmtk001Ack

PMTK001 return values

Sbas

SBAS (Satellite-based augmentation systems) uses ground stations broadcasting satellite messages to aid in navigation and accuracy.

SbasMode

Functions

add_checksum

Adds a $ and a checksum to a given string.

set_baud_rate

Sets baud rate for the gps If the baud rate you are trying to set is not compatible with the current frequency the update will fail. Therefore change the frequency first (probably to 1000 miliseconds) and then change the baud rate.