ArduinoJson.h 251 B

12345678910111213
  1. // Copyright Benoit Blanchon 2014-2015
  2. // MIT License
  3. //
  4. // Arduino JSON library
  5. // https://github.com/bblanchon/ArduinoJson
  6. #ifdef ARDUINO
  7. // This file is here to help the Arduino IDE find the other files.
  8. #include "include/ArduinoJson.h"
  9. #endif