forked from bblanchon/ArduinoJson
13
ArduinoJson.h
Normal file
13
ArduinoJson.h
Normal 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
|
Reference in New Issue
Block a user