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

13
src/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
// 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"