Arduino.h 211 B

1234567891011
  1. // ArduinoJson - https://arduinojson.org
  2. // Copyright Benoit Blanchon 2014-2021
  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