* Added support in adafruit_gps.py for GPGLL, GPVTG, GPGSA, and GPGSV NMEA sentences.
* GPGLL - Geographic Position – Latitude/Longitude
* GPVTG - Track Made Good and Ground Speed
* GPGSA - GPS Dilution of Precision and active satellites
* GPGSV - Satellites in view
* Changed the input buffer check 64 bytes in the input buffer to 32 bytes in the input buffer since some sentences aren't 64 bytes.
To use in CircuitPython, simply install the [Adafruit CircuitPython bundle](https://github.com/adafruit/Adafruit_CircuitPython_Bundle).
To use in CPython, `pip3 install adafruit-circuitpython-gps`.
Read the [docs](http://circuitpython.readthedocs.io/projects/gps/en/latest/) for info on how to use it.