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> | |
#define NUM_PIXELS 60 | |
unsigned long interval=50; // the time we need to wait | |
unsigned long previousMillis=0; | |
uint32_t currentColor;// current Color in case we need it | |
uint16_t currentPixel = 0;// what pixel are we operating on | |