Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #include <FastLED.h>
- #define LED_PIN 7
- #define NUM_LEDS 60
- CRGB leds[NUM_LEDS];
- FastLED.addLeds<WS2812, LED_PIN, GRB>(leds, NUM_LEDS);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement