Add a fix to allow the auto-NMEA examples to compile on ATmega2560/1280
This commit is contained in:
+3
-1
@@ -2,10 +2,12 @@
|
||||
Get the NMEA sentence using getLatestNMEAGPxxx (GGA, VTG, RMC, ZDA)
|
||||
By: Paul Clark
|
||||
SparkFun Electronics
|
||||
Date: March 2nd, 2021
|
||||
Date: March 2nd, 2022
|
||||
License: MIT. See license file for more information but you can
|
||||
basically do whatever you want with this code.
|
||||
|
||||
** Please note: this example will not run on Arduino Uno. See https://github.com/sparkfun/SparkFun_u-blox_GNSS_Arduino_Library/blob/main/README.md#memory-usage
|
||||
|
||||
This example shows how to turn on/off the NMEA sentences being output over I2C.
|
||||
It then demonstrates how to use the new getLatestNMEAGPxxx function to retrieve the latest GPGGA message.
|
||||
getLatestNMEAGPxxx returns immediately - it is not blocking.
|
||||
|
||||
Reference in New Issue
Block a user