clang
This commit is contained in:
parent
35069cb40c
commit
7025f17c82
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue