bool CloseGPS()
Description
Closes the GPS in order not to overwrite the GPS data
Return Type
bool
Examples
Check if GPS is open and close it
if (GPSOpen())
{
CloseGPS();
}
bool CloseGPS()
Closes the GPS in order not to overwrite the GPS data
bool
Check if GPS is open and close it
if (GPSOpen())
{
CloseGPS();
}
Comments
Please sign in to leave a comment.