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
You're passing pointers to the function f_get_position(...) from the Arduino sketch. This variables will be modified/writtento by the function which will become available to use in your sketch.
Hi everybody.
How do I use the function in object? Can I use the output of the function "gps.f_get_position(&flat, &flon, &fix_age)"
Thanks
The text was updated successfully, but these errors were encountered: