-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Description
Hi,
The raw GPS data is in the following format :
int16_t deg; // the integer part of the number
uint32_t minSec; // exact 9 digits after the decimal point - e.g. 3.123456789, 4.123000000
Do you have any suggestion for the best way to create f64 type from this structure ? atoi seems slow to me ? Also vise-verse from f64 extract the data in the original structure ?
FYI: I'm planing to use your library for some GPS calculations and currently experimenting with it....
Kind Regards
Vasko Tomanov
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels