I downloaded the echo code from the GPS library provided. I tried to verify the code and upload it but it is returning errors as follows.
echo:38: error: 'Adafruit_GPS' does not name a type
echo.pde: In function 'void setup()':
echo:61: error: 'GPS' was not declared in this scope
echo:66: error: 'PMTK_SET_NMEA_OUTPUT_RMCGGA' was not declared in this scope
echo:76: error: 'PMTK_SET_NMEA_UPDATE_5HZ' was not declared in this scope
echo.pde: In function 'void __vector_14()':
echo:90: error: 'GPS' was not declared in this scope
If anyone has some insight into what declarations need to be made, that would be great, thanks.
I am using an Arduino UNO , and ultimate GPS Breakout v3.
Thanks.

