You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
why exactly does this library rely on arduino functionality? Mathematical functions could also be used from cmath. I'd love to use this great library with other microcontrollers.
Thanks
The text was updated successfully, but these errors were encountered:
I agree. There is no reason for this library to be Arduino-dependent. It is almost trivial to make it more universal. I have just submitted a pull request that does exactly that. In the meantime, you are welcome to use my fork.
Since @codygray 's fork did not compile for my board, we fixed tinygps plus by putting this in the start of the functions that depend on degrees and radians (courseto and distancefrom).
Else you can simply delete these functions if you are only logging or reporting backend.
Hello everyone,
why exactly does this library rely on arduino functionality? Mathematical functions could also be used from cmath. I'd love to use this great library with other microcontrollers.
Thanks
The text was updated successfully, but these errors were encountered: