common: Use the correct magic number in Fixed15_49::pi_div_two().
[gps-watch.git] / test / gps_test.rs
2020-09-06 Tilman Sauerbeckcommon: Use the correct magic number in Fixed15_49...
2020-01-19 Tilman Sauerbeckcommon: Rename TimeAndPos::latitude to latitude_deg.
2020-01-19 Tilman Sauerbeckcommon: Implement TimeAndPos::distance_cm().
2020-01-19 Tilman Sauerbeckcommon: Store GPS coordinates in radians, too.
2020-01-19 Tilman Sauerbecktest: Order arguments to assert_eq!() consistently.
2020-01-09 Tilman Sauerbecktest: Add tests for the gps module.