|
This function will return the current
ALTITUDE from your GPS.
GPSALT()
PARAMETERS
NONE
EXAMPLE:
To
return the current Altitude of your position and store that value in a
memory variable called Altitude:
SETMEM(Altitude
//GPSALT())
*NOTE:
This function requires an optional GPS device. Please see the GPSOPEN and GPSINIT
statements for further information on configuring your NMEA GPS
device. |