FastLED 3.9.3
|
Fast, efficient 8-bit math functions specifically designed for high-performance LED programming.
Definition in file lib8tion.cpp.
Go to the source code of this file.
Macros | |
#define | FASTLED_INTERNAL |
Disables pragma messages and warnings. | |
#define | RAND16_SEED 1337 |
Seed for the random number generator functions. | |
Variables | |
uint16_t | rand16seed = RAND16_SEED |
Seed for the random number generator functions. | |
#define FASTLED_INTERNAL |
Disables pragma messages and warnings.
Definition at line 8 of file lib8tion.cpp.
#define RAND16_SEED 1337 |
Seed for the random number generator functions.
Definition at line 16 of file lib8tion.cpp.