Advertisement
alseambusher

Untitled

Sep 30th, 2024
637
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.25 KB | None | 0 0
  1.     void final_2(String color)
  2.     {
  3.         final_0(color, 10000);
  4.         CRGB parsed_color = get_color(color);
  5.         for (int j = 0; j < NUM_LEDS; j++)
  6.         {
  7.             leds[j] = parsed_color;
  8.         }
  9.         FastLED.show();
  10.     }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement