mirror of
https://github.com/bblanchon/ArduinoJson.git
synced 2025-07-15 19:42:12 +02:00
13 lines
244 B
C
13 lines
244 B
C
// ArduinoJson - https://arduinojson.org
|
|
// Copyright Benoit Blanchon 2014-2021
|
|
// MIT License
|
|
|
|
#pragma once
|
|
|
|
#include "api/Print.h"
|
|
#include "api/Stream.h"
|
|
#include "api/String.h"
|
|
#include "progmem_emulation.hpp"
|
|
|
|
#define ARDUINO_H_INCLUDED 1
|