FastLED 3.9.15
|
Go to the source code of this file.
Classes | |
class | fl::JsonDocument |
Namespaces | |
namespace | fl |
Implements a simple red square effect for 2D LED grids. | |
Macros | |
#define | FASTLED_ENABLE_JSON 1 |
Functions | |
bool | fl::parseJson (const char *json, fl::JsonDocument *doc, Str *_error) |
void | fl::toJson (const fl::JsonDocument &doc, Str *jsonBuffer) |
class fl::JsonDocument |