trigger a new check run

This commit is contained in:
Rick Sellens 2020-01-21 13:49:48 -05:00
parent 15788bd2f0
commit 35069cb40c
1 changed files with 1 additions and 1 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