2017-01-06 21:07:34 +01:00
|
|
|
// Copyright Benoit Blanchon 2014-2017
|
2014-11-11 16:54:46 +01:00
|
|
|
// MIT License
|
|
|
|
//
|
|
|
|
// Arduino JSON library
|
|
|
|
// https://github.com/bblanchon/ArduinoJson
|
2016-01-07 22:35:12 +01:00
|
|
|
// If you like this project, please add a star!
|
2014-11-11 16:54:46 +01:00
|
|
|
|
2017-03-25 21:56:37 +01:00
|
|
|
#pragma once
|
|
|
|
|
2016-06-22 21:41:19 +02:00
|
|
|
#include "ArduinoJson.hpp"
|
2017-03-25 21:56:37 +01:00
|
|
|
|
2014-11-11 16:54:46 +01:00
|
|
|
using namespace ArduinoJson;
|