common: Store GPS coordinates in radians, too.
authorTilman Sauerbeck <tilman@code-monkey.de>
Sun, 19 Jan 2020 11:20:16 +0000 (12:20 +0100)
committerTilman Sauerbeck <tilman@code-monkey.de>
Sun, 19 Jan 2020 20:34:34 +0000 (21:34 +0100)
commitc4d55664636e0df02fa19c079c4d9367e2d25917
treeea6e6cc066c24125fadf3254ea87b4f9c5c39c3a
parent671d6a8482ac742b897913ec6975910ed5fa273c
common: Store GPS coordinates in radians, too.

Use the Q15.49 fixed point format to store those values.
src/common/gps.rs
test/gps_test.rs
test/logger_test.rs