Loading...
Searching...
No Matches
Go to the documentation of this file.
5#pragma push_macro("ARDUINO")
6#pragma push_macro("ARDUINOJSON_ENABLE_STD_STREAM")
7#pragma push_macro("ARDUINOJSON_ENABLE_STRING_VIEW")
8#pragma push_macro("ARDUINOJSON_ENABLE_STD_STRING")
9#pragma push_macro("ARDUINOJSON_ENABLE_ARDUINO_STRING")
10#pragma push_macro("ARDUINOJSON_ENABLE_ARDUINO_STREAM")
11#pragma push_macro("ARDUINOJSON_ENABLE_ARDUINO_PRINT")
12#pragma push_macro("ARDUINOJSON_ENABLE_PROGMEM")
13#pragma push_macro("min")
14#pragma push_macro("max")
16#define ARDUINOJSON_USE_LONG_LONG 1
19#ifdef ARDUINOJSON_ENABLE_STD_STREAM
20#undef ARDUINOJSON_ENABLE_STD_STREAM
22#define ARDUINOJSON_ENABLE_STD_STREAM 0
24#ifdef ARDUINOJSON_ENABLE_STRING_VIEW
25#undef ARDUINOJSON_ENABLE_STRING_VIEW
27#define ARDUINOJSON_ENABLE_STRING_VIEW 0
29#ifdef ARDUINOJSON_ENABLE_STD_STRING
30#undef ARDUINOJSON_ENABLE_STD_STRING
34#define ARDUINOJSON_ENABLE_STD_STRING 1
36#define ARDUINOJSON_ENABLE_STD_STRING 0
39#ifdef ARDUINOJSON_ENABLE_ARDUINO_STRING
40#undef ARDUINOJSON_ENABLE_ARDUINO_STRING
42#define ARDUINOJSON_ENABLE_ARDUINO_STRING 0
44#ifdef ARDUINOJSON_ENABLE_ARDUINO_STREAM
45#undef ARDUINOJSON_ENABLE_ARDUINO_STREAM
47#define ARDUINOJSON_ENABLE_ARDUINO_STREAM 0
49#ifdef ARDUINOJSON_ENABLE_ARDUINO_PRINT
50#undef ARDUINOJSON_ENABLE_ARDUINO_PRINT
52#define ARDUINOJSON_ENABLE_ARDUINO_PRINT 0
54#ifdef ARDUINOJSON_ENABLE_PROGMEM
55#undef ARDUINOJSON_ENABLE_PROGMEM
57#define ARDUINOJSON_ENABLE_PROGMEM 0
72#define FASTLED_JSON_GUARD
74#undef FASTLED_JSON_GUARD
77#pragma pop_macro("max")
78#pragma pop_macro("min")
79#pragma pop_macro("ARDUINOJSON_ENABLE_PROGMEM")
80#pragma pop_macro("ARDUINOJSON_ENABLE_ARDUINO_PRINT")
81#pragma pop_macro("ARDUINOJSON_ENABLE_ARDUINO_STREAM")
82#pragma pop_macro("ARDUINOJSON_ENABLE_ARDUINO_STRING")
83#pragma pop_macro("ARDUINOJSON_ENABLE_STD_STRING")
84#pragma pop_macro("ARDUINOJSON_ENABLE_STRING_VIEW")
85#pragma pop_macro("ARDUINOJSON_ENABLE_STD_STREAM")
86#pragma pop_macro("ARDUINO")