2021-03-29 17:14:01 +02:00
|
|
|
// ArduinoJson - https://arduinojson.org
|
2022-01-01 10:00:54 +01:00
|
|
|
// Copyright © 2014-2022, Benoit BLANCHON
|
2020-09-16 10:29:20 +02:00
|
|
|
// MIT License
|
|
|
|
|
|
|
|
#pragma once
|
|
|
|
|
2021-03-27 14:35:15 +01:00
|
|
|
#include "api/Print.h"
|
2020-09-16 10:29:20 +02:00
|
|
|
#include "api/Stream.h"
|
|
|
|
#include "api/String.h"
|
2021-12-29 10:29:30 +01:00
|
|
|
#include "progmem_emulation.hpp"
|
2021-12-26 18:19:35 +01:00
|
|
|
|
|
|
|
#define ARDUINO_H_INCLUDED 1
|