Go to file
driverblock c12e424439 Add define to use Software Serial
Added a #define to enable software serial.  Comment it out to not
include software serial.  Forum user request for ability to eliminate
software serial.
https://forums.adafruit.com/viewtopic.php?f=51&t=103611#p519211
2016-09-25 10:26:05 -04:00
.github Add GitHub issue template 2016-05-27 13:43:42 -07:00
examples simplify Flora & Featherwing to just have HwSerial test code 2016-07-11 23:33:09 -04:00
Adafruit_GPS.cpp Add define to use Software Serial 2016-09-25 10:26:05 -04:00
Adafruit_GPS.h Add define to use Software Serial 2016-09-25 10:26:05 -04:00
README.txt Correcting name of download button 2014-06-27 20:40:39 +02:00
library.properties Add define to use Software Serial 2016-09-25 10:26:05 -04:00
license.txt woooo! 2012-03-26 12:57:23 -04:00

README.txt

This is the Adafruit GPS library - the ultimate GPS library
for the ultimate GPS module!

Tested and works great with the Adafruit Ultimate GPS module
using MTK33x9 chipset
    ------> http://www.adafruit.com/products/746

These modules use TTL serial to communicate, 2 pins are required to  
interface

Adafruit invests time and resources providing this open source code, 
please support Adafruit and open-source hardware by purchasing 
products from Adafruit!

Written by Limor Fried/Ladyada  for Adafruit Industries.  
BSD license, check license.txt for more information
All text above must be included in any redistribution

To download. click the "Download ZIP" at the right side, extract the archive and rename the uncompressed folder Adafruit_GPS. Check that the Adafruit_GPS folder contains Adafruit_GPS.cpp and Adafruit_GPS.h

Place the Adafruit_GPS library folder your <arduinosketchfolder>/libraries/ folder. You may need to create the libraries subfolder if its your first library. Restart the IDE.