初始化提交
This commit is contained in:
17
arduino-cli/libraries/ArduinoJson_6.x/ArduinoJson_V6.h
Normal file
17
arduino-cli/libraries/ArduinoJson_6.x/ArduinoJson_V6.h
Normal file
@@ -0,0 +1,17 @@
|
||||
// ArduinoJson - arduinojson.org
|
||||
// Copyright Benoit Blanchon 2014-2020
|
||||
// MIT License
|
||||
|
||||
#pragma once
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
||||
#include "ArduinoJson_V6.hpp"
|
||||
|
||||
using namespace ArduinoJson;
|
||||
|
||||
#else
|
||||
|
||||
#error ArduinoJson requires a C++ compiler, please change file extension to .cc or .cpp
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user