From f6caac506b8fcfabf7051d9c5d56e9ba05540d44 Mon Sep 17 00:00:00 2001 From: SlashDevin Date: Thu, 31 May 2018 15:33:01 -0400 Subject: [PATCH] Add Garmin to main README --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index cf24c80..bd07a03 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ The "GP" prefix usually indicates an original [GPS](https://en.wikipedia.org/wik This means that GLRMC, GBRMC or BDRMC, GARMC and GNRMC from the latest GPS devices (e.g., ublox M8N) will also be correctly parsed. See discussion of Talker IDs in [Configurations](extras/doc/Configurations.md#enabledisable-the-talker-id-and-manufacturer-id-processing). -Most applications can be fully implemented with the standard NMEA messages above. They are supported by almost all GPS manufacturers. Additional messages can be added through derived classes. +Most applications can be fully implemented with the standard NMEA messages above. They are supported by almost all GPS manufacturers. Additional messages can be added through derived classes (see ublox and Garmin sections below). Most applications will use this simple, familiar loop structure: ``` @@ -75,5 +75,6 @@ Section | Description [Troubleshooting](extras/doc/Troubleshooting.md) | Troubleshooting [Extending NeoGPS](extras/doc/Extending.md) | Using specific devices [ublox](extras/doc/ublox.md) | ublox-specific code +[Garmin](extras/doc/Garmin.md) | Garmin-specific code [Tradeoffs](extras/doc/Tradeoffs.md) | Comparing to other libraries [Acknowledgements](extras/doc/Acknowledgements.md) | Thanks!