2015-12-22 23:43:44 +01:00
|
|
|
// Copyright Benoit Blanchon 2014-2015
|
|
|
|
// MIT License
|
|
|
|
//
|
|
|
|
// Arduino JSON library
|
|
|
|
// https://github.com/bblanchon/ArduinoJson
|
|
|
|
|
|
|
|
// About this file
|
|
|
|
// ---------------
|
2015-12-23 14:42:22 +01:00
|
|
|
// This file is here for [PlatformIO](http://platformio.org/).
|
|
|
|
// It must be present in the root for the tool to find it.
|
|
|
|
// Feel free to ignore this file if your working in another environment.
|
2015-12-22 23:43:44 +01:00
|
|
|
|
|
|
|
#include "include/ArduinoJson.h"
|