README.md
 1  ## Adafruit Citi Bike Helmet Tutorial Code
 2  
 3  The Citi Bike Helmet is a project created by Becky Stern, Tyler Cooper and Justin Cooper.  
 4  
 5  For more details on the project, please visit http://learn.adafruit.com/citi-bike-helmet/.
 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  GPS/Navigation code written by Tyler Cooper and Justin Cooper for Adafruit Industries. Pixel animation code by Tony Sherwood for Adafruit Industries.
10  
11  BSD license, check LICENSE.md for more information
12  
13  This code example requires the following Arduino libraries:
14  
15  Adafruit GPS library which can be downloaded from https://github.com/adafruit/Adafruit-GPS-Library
16  
17  Adafruit NeoPixel library which can be downloaded from https://github.com/adafruit/Adafruit_NeoPixel
18  
19  Pololu LSM303 library which can be downloaded from https://github.com/pololu/LSM303
20  
21  ----------------------------------
22  This code was migrated from repo https://github.com/adafruit/Citi-Bike-Helmet which was then archived.
23  
24  If you would like this repo modified, please use the GitHub Issues and Pull Request mechanisms to note changes. Adafruit 
25  welcomes pull requests to fix or improve code.