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> | |
/** | |
* NEO Pixel Turn signals. | |
* Author: Timothy Lorens <[email protected]> | |
* Date: 07/05/2018 | |
* | |
* Simple sequential (sweeping) Turn signal logic with dim solid red run state lights | |
* along with white reverse light. AnalogRead() is used to determine if there's voltage | |
* on one of the analog pins. Since the blinker relay isn't consistent our loop should be |