Files
ArduinoJson/src/ArduinoJson.h
T

18 lines
297 B
C++
Raw Normal View History

// ArduinoJson - https://arduinojson.org
2024-01-03 08:47:06 +01:00
// Copyright © 2014-2024, Benoit BLANCHON
2014-11-11 16:54:46 +01:00
// MIT License
#pragma once
#ifdef __cplusplus
2022-01-01 10:00:54 +01:00
# include "ArduinoJson.hpp"
2014-11-11 16:54:46 +01:00
using namespace ArduinoJson;
#else
#error ArduinoJson requires a C++ compiler, please change file extension to .cc or .cpp
#endif