forked from bblanchon/ArduinoJson
Made the library compatible with platform.io (issue #181)
This commit is contained in:
committed by
Benoit Blanchon
parent
b54f1ffc1d
commit
c57e6f3bd8
14
ArduinoJson.h
Normal file
14
ArduinoJson.h
Normal 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"
|
Reference in New Issue
Block a user