common: Implement TimeAndPos::distance_cm().
[gps-watch.git] / src / common / gps.rs
2020-01-19 Tilman Sauerbeckcommon: Implement TimeAndPos::distance_cm().
2020-01-19 Tilman Sauerbeckcommon: Store GPS coordinates in radians, too.
2020-01-09 Tilman Sauerbeckcommon: Make Gps::update() access UART0's receive buffe...
2020-01-06 Tilman Sauerbeckcommon: Accept DGPS fix information.
2020-01-06 Tilman Sauerbeckcommon: Restart NMEA message parsing when a '$' charact...
2020-01-06 Tilman Sauerbeckcommon: Add the gps module.