2016-01-07 22:35:12 +01:00
|
|
|
// Copyright Benoit Blanchon 2014-2016
|
2015-05-31 14:31:41 +02: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!
|
2015-05-31 14:31:41 +02:00
|
|
|
|
|
|
|
// About this file
|
|
|
|
// ---------------
|
|
|
|
// This file is here to please the Arduino IDE. It must be present in the src/
|
|
|
|
// for the IDE to find it. Feel free to ignore this file if your working in
|
|
|
|
// another environment
|
|
|
|
|
|
|
|
#include "../include/ArduinoJson.h"
|