Added a header to simplify library usage

This commit is contained in:
Benoit Blanchon
2014-11-11 16:54:46 +01:00
parent e0ce711eb4
commit f6f8a63b99
25 changed files with 34 additions and 119 deletions

View File

@ -5,13 +5,9 @@
// https://github.com/bblanchon/ArduinoJson
#include <gtest/gtest.h>
#include <ArduinoJson/StaticJsonBuffer.hpp>
#include <ArduinoJson/JsonArray.hpp>
#include <ArduinoJson/JsonObject.hpp>
#include <ArduinoJson.h>
#include "Printers.hpp"
using namespace ArduinoJson;
class GbathreeBug : public testing::Test {
public:
GbathreeBug() : object(buffer.parseObject(getJson())) {}