trigger a new check run
This commit is contained in:
parent
15788bd2f0
commit
35069cb40c
|
|
@ -20,7 +20,7 @@
|
|||
in https://github.com/adafruit/Adafruit-GPS-Library/pull/13, provided 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
|
||||
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
|
||||
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
|
||||
|
|
|
|||
Loading…
Reference in New Issue