Back to Parent
void loop() { void loop() { uint16_t i; uint32_t a = strip.Color(255,255,255); for( int i = 0; i < strip.numPixels(); i++ ){ strip.setPixelColor(i, a); strip.show(); delay( 400 ); } }
Is this a good/useful/informative piece of content to include in the project? Have your say!
You must login before you can post a comment. .
Content Rating
Is this a good/useful/informative piece of content to include in the project? Have your say!
You must login before you can post a comment. .