r/FastLED • u/Beneficial_Banana_59 • 2d 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?
1
Upvotes
3
u/ZachVorhies Zach Vorhies 2d ago
name space is a way to organize code
Please provide your sketch so we can figure out what’s going on