ArduinoJson.h 441 B

1234567891011121314
  1. // Copyright Benoit Blanchon 2014-2016
  2. // MIT License
  3. //
  4. // Arduino JSON library
  5. // https://github.com/bblanchon/ArduinoJson
  6. // If you like this project, please add a star!
  7. // About this file
  8. // ---------------
  9. // This file is here for [PlatformIO](http://platformio.org/).
  10. // It must be present in the root for the tool to find it.
  11. // Feel free to ignore this file if your working in another environment.
  12. #include "include/ArduinoJson.h"