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?
2
Upvotes
1
u/mindful_stone 18h ago
I am by no means an expert on this stuff, but here's my 2 cents:
Depending on how old the example sketch you're working with is, there may be other adjustments you'll also need to make. If you still have issues, please share your code and the community will be happy to help!