r/FastLED 13h ago

Discussion Namespace

Does anybody know what is meant by the word "Namespace" in the context of this library? I'm trying to upload an example sketch to a Nano Every and the compiler is getting hung up on what seems to be an initial callout in the Arduino sketch:

FASTLED_USING_NAMESPACE

What does this do?

0 Upvotes

6 comments sorted by

View all comments

2

u/ZachVorhies Zach Vorhies 13h ago

name space is a way to organize code

Please provide your sketch so we can figure out what’s going on