Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of gnss by
Diff: gnss.h
- Revision:
- 16:6c226e3e9d61
- Parent:
- 14:105cf3ca48c9
- Child:
- 20:f91c0334d017
--- a/gnss.h Wed Aug 01 13:14:52 2018 +0500 +++ b/gnss.h Mon Sep 03 14:39:27 2018 +0500 @@ -72,9 +72,11 @@ uint16_t year; uint8_t month; uint8_t day; + uint8_t fixType; int32_t lon; // scaling 1e-7 int32_t lat; // scaling 1e-7 int32_t height; + int32_t speed; }tUBX_NAV_PVT;