FastLED 3.9.7
Loading...
Searching...
No Matches
namespace.h File Reference

Detailed Description

Implements the FastLED namespace macros.

Definition in file namespace.h.

Go to the source code of this file.

Macros

#define FASTLED_IS_USING_NAMESPACE   0
 
#define FASTLED_NAMESPACE_BEGIN
 Start of the FastLED namespace.
 
#define FASTLED_NAMESPACE_END
 End of the FastLED namespace.
 
#define FASTLED_USING_NAMESPACE
 "Using" directive for the namespace
 

Macro Definition Documentation

◆ FASTLED_IS_USING_NAMESPACE

#define FASTLED_IS_USING_NAMESPACE   0

Definition at line 12 of file namespace.h.

◆ FASTLED_NAMESPACE_BEGIN

#define FASTLED_NAMESPACE_BEGIN

Start of the FastLED namespace.

Definition at line 14 of file namespace.h.

◆ FASTLED_NAMESPACE_END

#define FASTLED_NAMESPACE_END

End of the FastLED namespace.

Definition at line 16 of file namespace.h.

◆ FASTLED_USING_NAMESPACE

#define FASTLED_USING_NAMESPACE

"Using" directive for the namespace

Definition at line 18 of file namespace.h.