Arduino.h 215 B

1234567891011
  1. // ArduinoJson - https://arduinojson.org
  2. // Copyright © 2014-2022, Benoit BLANCHON
  3. // MIT License
  4. #pragma once
  5. #include "api/Print.h"
  6. #include "api/Stream.h"
  7. #include "api/String.h"
  8. #define ARDUINO_H_INCLUDED 1