Switched to the new library layout

This commit is contained in:
Benoit Blanchon
2015-05-31 14:31:41 +02:00
parent 0aded2a798
commit 283dffc035
6 changed files with 25 additions and 41 deletions

View File

@ -1,13 +0,0 @@
// 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