Made the library compatible with platform.io (issue #181)

This commit is contained in:
Ivan Kravets
2015-12-22 23:43:44 +01:00
committed by Benoit Blanchon
parent b54f1ffc1d
commit c57e6f3bd8
5 changed files with 46 additions and 6 deletions

14
ArduinoJson.h Normal file
View File

@ -0,0 +1,14 @@
// Copyright Benoit Blanchon 2014-2015
// MIT License
//
// Arduino JSON library
// https://github.com/bblanchon/ArduinoJson
// About this file
// ---------------
// This file is here to please the platform.io compile. It must be present in
// the root for the IDE to find it. Feel free to ignore this file if your
// working in another environment.
// ...and yes this is driving me crazy!
#include "include/ArduinoJson.h"