GPS Calculations for Arduino ( distance, bearing and destination point )


i have been frustrated missing double (64bit) type in arduino world , hence problem calculating gps distance, bearing , destination point.

the following library uses float64 & math64 libs , adds fast , fast implementations of trigonometric functions , fast , regular versions of gps gps distance, bearing , destination point. 

feel free use - , in improving welcome !


https://github.com/vtomanov/gps64



Arduino Forum > Community > Exhibition / Gallery > GPS Calculations for Arduino ( distance, bearing and destination point )


arduino

Comments

Popular posts from this blog

Error: ‘for’ loop initial declarations are only allowed in C99 or C11 mode - Raspberry Pi Forums

class MPU6050 has no member named begin

missing filename after '-o'