Introduction: Knight Rider Meets Ironman Reactor

About: arduino fan

i saw some ironman arc, only with led, and the neopixel code was all with changing colors, so I wanted a mixture of kinght rider and ironman arc reactor, only with white light.

will describe better in the upcoming weeks

Step 1: Code

I only wanted white light

uint32_t low = strip.Color(0, 0, 0);
uint32_t high = strip.Color(127,127,127);

Step 2: