esp32_Adafruit_GPS/README.txt

21 lines
994 B
Plaintext
Raw Normal View History

2012-03-28 17:23:26 +01:00
This is the Adafruit GPS library - the ultimate GPS library
for the ultimate GPS module!
2012-03-26 17:57:23 +01:00
2012-03-28 17:23:26 +01:00
Tested and works great with the Adafruit Ultimate GPS module
using MTK33x9 chipset
------> http://www.adafruit.com/products/746
2012-03-26 17:57:23 +01:00
2012-03-28 17:23:26 +01:00
These modules use TTL serial to communicate, 2 pins are required to
2012-03-26 17:57:23 +01:00
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
2012-03-28 17:23:26 +01:00
To download. click the DOWNLOADS button in the top right corner, rename the uncompressed folder Adafruit_GPS. Check that the Adafruit_GPS folder contains Adafruit_GPS.cpp and Adafruit_GPS.h
2012-03-26 17:57:23 +01:00
2012-03-28 17:23:26 +01:00
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.