adafruit / Adafruit_GPS

An interrupt-based GPS Arduino library for no-parsing-required use
Other
475 stars 318 forks source link

Moved to src, reorganized files, added typedefs #111

Closed sellensr closed 4 years ago

sellensr commented 4 years ago

No changes in function, preparatory to adding more build and parse capabilities, plus NMEA data handling. build() and parse() go in their own files because they are big and will get bigger.

sellensr commented 4 years ago

Setting nmea_float_t to single makes sense for the same reasons given in https://github.com/adafruit/Adafruit_GPS/pull/112

sellensr commented 4 years ago

The check seems to have hung with clang running over an hour.