mirror of
https://github.com/bblanchon/ArduinoJson.git
synced 2025-07-16 20:12:16 +02:00
14 lines
251 B
C
14 lines
251 B
C
// 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
|