Back to Parent
void loop() { uint16_t i; uint32_t c = strip.Color(0, 0, 255); for(i=0; i< strip.numPixels(); i++) { strip.setPixelColor(i, c ); strip.show(); delay( 100 ); }* delay( 100 ); }
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. .