This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #include <Adafruit_NeoPixel.h> | |
| // Pin used on Arduino board | |
| #define PIN 2 | |
| // Number of NeoPixels | |
| #define PIXELS 24 | |
| // Number of pixels on either side continuously orange to indicate side of vehicle | |
| #define FIXEDPIXELS 1 | |
| // Parameter 1 = number of pixels in strip |