FastLED 3.9.15
|
#include "fl/json.h"
#include "fl/string.h"
#include "fl/vector.h"
#include "fl/deque.h"
#include "fl/function.h"
#include "fl/sketch_macros.h"
#include "fl/math.h"
#include "fl/compiler_control.h"
#include "fl/thread_local.h"
Go to the source code of this file.
Namespaces | |
namespace | fl |
IMPORTANT! | |
Macros | |
#define | INT16_MAX 32767 |
#define | INT16_MIN (-32768) |
#define | UINT8_MAX 255 |
Functions | |
FL_DISABLE_WARNING_PUSH | fl::FL_DISABLE_WARNING (unused-function) static bool canBeRepresentedAsFloat(double value) |
JsonObject & | fl::get_empty_json_object () |
FL_DISABLE_WARNING_POP JsonValue & | fl::get_null_value () |
fl::string | fl::serializeValue (const JsonValue &value) |