Atom Light Neopixels
-
I'd like to use a string of neopixels connected to the grove connector, using pin 26, and also use the internal neopixel led, connected to pin 27.
Is it possible to run 2 instances of the FastLed class in this manner?
-
you can refer the example in the FastLED Lib. they has provide this kind program
-
OK, thanks, I'll have a look.