mirror of
https://github.com/bblanchon/ArduinoJson.git
synced 2025-07-16 20:12:16 +02:00
12 lines
215 B
C
12 lines
215 B
C
// ArduinoJson - https://arduinojson.org
|
|
// Copyright © 2014-2022, Benoit BLANCHON
|
|
// MIT License
|
|
|
|
#pragma once
|
|
|
|
#include "api/Print.h"
|
|
#include "api/Stream.h"
|
|
#include "api/String.h"
|
|
|
|
#define ARDUINO_H_INCLUDED 1
|