summaryrefslogtreecommitdiff
path: root/.pio/libdeps/esp32-s3-n16r8/ArduinoJson/src/ArduinoJson.h
blob: ecf94fb4f2c1427214d20999a0c282c9886088f4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// ArduinoJson - https://arduinojson.org
// Copyright © 2014-2026, Benoit BLANCHON
// MIT License

#pragma once

#ifdef __cplusplus

#include "ArduinoJson.hpp"

using namespace ArduinoJson;

#else

#error ArduinoJson requires a C++ compiler, please change file extension to .cc or .cpp

#endif