Arduino.h 257 B

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