/ GPS_Dog_Collar / README.md
README.md
1 ## GPS Dog Collar 2 3 The GPS Dog Collar is a project created by Becky Stern and Tyler Cooper. 4 5 For more details on the project, please visit http://learn.adafruit.com/gps-dog-collar/. 6 7 Adafruit invests time and resources providing this open source design, please support Adafruit and open-source hardware by purchasing products from [Adafruit](https://www.adafruit.com)! 8 9 Written by Tyler Cooper for Adafruit Industries. 10 BSD license, check LICENSE.md for more information 11 12 To download. click the Download Zip, rename the uncompressed folder GPS_Dog_Collar. 13 Check that the GPS_Dog_Collar folder contains GPS_Dog_Collar.ino. 14 15 This code example requires the TinyGPS library which can be downloaded from http://arduiniana.org/libraries/tinygps/ 16 17 This code example also requires the Adafruit SSD1306 OLED Driver library which can be downloaded 18 from https://github.com/adafruit/Adafruit_SSD1306 or selected in the latest Arduino libraries bundle. 19 20 This code was formerly at https://github.com/adafruit/GPS-Dog-Collar, that repo has been archived. 21 22 If you are looking to make changes/additions, please use the GitHub Issues and Pull Request mechanisms.