mirror of
https://github.com/bblanchon/ArduinoJson.git
synced 2025-07-03 21:57:02 +02:00
15 lines
425 B
C
15 lines
425 B
C
![]() |
// 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"
|