Added macros ARDUINOJSON_VERSION, ARDUINOJSON_VERSION_MAJOR...

This commit is contained in:
Benoit Blanchon
2018-06-01 09:16:45 +02:00
parent 7c0af91844
commit eb20ae6a3f
5 changed files with 30 additions and 0 deletions

View File

@ -4,6 +4,8 @@
#pragma once
#include "ArduinoJson/version.hpp"
#include "ArduinoJson/DynamicJsonBuffer.hpp"
#include "ArduinoJson/JsonArray.hpp"
#include "ArduinoJson/JsonObject.hpp"

View File

@ -0,0 +1,10 @@
// ArduinoJson - arduinojson.org
// Copyright Benoit Blanchon 2014-2018
// MIT License
#pragma once
#define ARDUINOJSON_VERSION "5.13.1"
#define ARDUINOJSON_VERSION_MAJOR 5
#define ARDUINOJSON_VERSION_MINOR 13
#define ARDUINOJSON_VERSION_REVISION 1