This method gets GPS last GSA NMEA sentence stored.
It has no input parameter.
The return value is a Python string which is the last GSA NMEA sentence formatted according to NMEA specification.
Example:
gsa = GPS.getLastGSA()
gets last GSA NMEA sentence, assigning the return value to gsa.