Switched back to old library layout (issues #39, #43 and #45)

This commit is contained in:
Benoit Blanchon
2015-02-07 20:05:02 +01:00
parent 5e5f060fc0
commit 41651136bf
5 changed files with 40 additions and 23 deletions

13
ArduinoJson.h Normal file
View File

@ -0,0 +1,13 @@
// Copyright Benoit Blanchon 2014-2015
// MIT License
//
// Arduino JSON library
// https://github.com/bblanchon/ArduinoJson
#ifdef ARDUINO
// This file is here to help the Arduino IDE find the other files.
#include "include/ArduinoJson.h"
#endif