This commit is contained in:
Rick Sellens 2020-01-21 14:20:40 -05:00
parent 35069cb40c
commit 7025f17c82
1 changed files with 1 additions and 2 deletions

View File

@ -20,7 +20,7 @@
in https://github.com/adafruit/Adafruit-GPS-Library/pull/13, provided the in https://github.com/adafruit/Adafruit-GPS-Library/pull/13, provided the
processor supports actual doubles like the SAMD series with more storage. The processor supports actual doubles like the SAMD series with more storage. The
total penalty for going all double is under a few hundred bytes / instance or total penalty for going all double is under a few hundred bytes / instance or
0 bytes / instance on an UNO. This typedef allows a switch to lower precision 0 bytes / instance on an UNO. This typedef allows a switch to lower precision
to save some storage if needed. A float carries 23 bits of fractional to save some storage if needed. A float carries 23 bits of fractional
resolution, giving a resolution of at least 9 significant digits, thus 6 resolution, giving a resolution of at least 9 significant digits, thus 6
significant digits in the decimal place of an angular value like latitude, and significant digits in the decimal place of an angular value like latitude, and
@ -34,7 +34,6 @@
typedef NMEA_FLOAT_T typedef NMEA_FLOAT_T
nmea_float_t; ///< the type of variables to use for floating point nmea_float_t; ///< the type of variables to use for floating point
/**************************************************************************/ /**************************************************************************/
/*! /*!
Struct to contain all the details associated with the history of an NMEA Struct to contain all the details associated with the history of an NMEA