Files
ArduinoJson/include/ArduinoJson.h
T

13 lines
245 B
C++
Raw Normal View History

2017-01-06 21:07:34 +01:00
// Copyright Benoit Blanchon 2014-2017
2014-11-11 16:54:46 +01:00
// MIT License
//
// Arduino JSON library
2017-03-25 22:05:06 +01:00
// https://bblanchon.github.io/ArduinoJson/
2016-01-07 22:35:12 +01:00
// If you like this project, please add a star!
2014-11-11 16:54:46 +01:00
#pragma once
#include "ArduinoJson.hpp"
2014-11-11 16:54:46 +01:00
using namespace ArduinoJson;