Skip to content

Files

Latest commit

c1a1da9 · Feb 19, 2025

History

History
19 lines (14 loc) · 1.42 KB

README.md

File metadata and controls

19 lines (14 loc) · 1.42 KB

Sparkfun TITAN_GPS Examples Reference

Below is a brief summary of each of the example programs included in this repository. To report a bug in any of these examples or to request a new feature or example submit an issue in our GitHub issues..

NOTE: Any numbering of examples is to retain consistency with the Arduino library from which this was ported.

Qwiic Gps Ex1

In this example NMEA data is requested from the GPS module and the recieved Latitude, Longitude, and Time data is printed to the screen.

The key methods/properties showcased by this example are:

Qwiic Gps Ex2

In this example, much like the first, NMEA data is requested from the SparkFun GPS Breakout Board. All data that is retrieved is the printed to the screen.

The key methods/properties showcased by this example are: