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 );
  
    }



}
Click to Expand

Content Rating

Is this a good/useful/informative piece of content to include in the project? Have your say!

0