From 2488eb438c2113dfada0f3f2282408a61fddf249 Mon Sep 17 00:00:00 2001 From: Ladyada Date: Wed, 28 Mar 2012 12:23:26 -0400 Subject: [PATCH] fixed readme --- Adafruit_GPS.h | 9 ++++++++- README.txt | 18 ++++++++---------- 2 files changed, 16 insertions(+), 11 deletions(-) diff --git a/Adafruit_GPS.h b/Adafruit_GPS.h index 58772d8..f040878 100644 --- a/Adafruit_GPS.h +++ b/Adafruit_GPS.h @@ -1,5 +1,12 @@ /*********************************** -This is a our GPS library +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 +Pick one up today at the Adafruit electronics shop +and help support open source hardware & software! -ada Adafruit invests time and resources providing this open source code, please support Adafruit and open-source hardware by purchasing diff --git a/README.txt b/README.txt index a5ccf09..86c436e 100644 --- a/README.txt +++ b/README.txt @@ -1,9 +1,11 @@ -This is a library for our Monochrome OLEDs based on SSD1306 drivers +This is the Adafruit GPS library - the ultimate GPS library +for the ultimate GPS module! - Pick one up today in the adafruit shop! - ------> http://www.adafruit.com/category/63_98 +Tested and works great with the Adafruit Ultimate GPS module +using MTK33x9 chipset + ------> http://www.adafruit.com/products/746 -These displays use SPI to communicate, 4 or 5 pins are required to +These modules use TTL serial to communicate, 2 pins are required to interface Adafruit invests time and resources providing this open source code, @@ -14,10 +16,6 @@ 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 DOWNLOADS button in the top right corner, rename the uncompressed folder Adafruit_SSD1306. Check that the Adafruit_SSD1306 folder contains Adafruit_SSD1306.cpp and Adafruit_SSD1306.h +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 -Place the Adafruit_SSD1306 library folder your /libraries/ folder. You may need to create the libraries subfolder if its your first library. Restart the IDE. - -You will also have to download the Adafruit GFX Graphics core which does all the circles, text, rectangles, etc. You can get it from -https://github.com/adafruit/Adafruit-GFX-Library -and download/install that library as well \ No newline at end of file +Place the Adafruit_GPS library folder your /libraries/ folder. You may need to create the libraries subfolder if its your first library. Restart the IDE. \ No newline at end of file