I'm working on code to make chasers (like in lightdesks for disco).

I’m working on code to make chasers (like in lightdesks for disco). Can I make a separate library for Arduino and let it depend on FastLed functions? Or is it better/faster/easier to put the Fastled (lib8tion) code in my own library? I especially like to use the noise, lerp and cos/sin functions.

Any tips and suggestions on the right workflow are welcome.

Just include the FastLED in your own library— #include <FastLED.h>

Thanks! Life is so easy sometimes :slight_smile: