Datavenue Live Objects basic sample using liveobjects-iotsoftbox-mqtt library.

Dependencies:   MQTTPacket

Revision:
0:92f8cff1cf35
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/liveobjects_sample.h	Fri Nov 25 16:12:09 2016 +0100
@@ -0,0 +1,28 @@
+/*
+ * Copyright (C) 2016 Orange
+ *
+ * This software is distributed under the terms and conditions of the 'BSD-3-Clause'
+ * license which can be found in the file 'LICENSE.txt' in this package distribution
+ * or at 'https://opensource.org/licenses/BSD-3-Clause'.
+ */
+
+/**
+  * @file  liveobjects_sample.h
+  * @brief Interfaces used by this LiveObject IoT Client Sample
+  */
+#ifndef __liveobjects_sample_H__
+#define __liveobjects_sample_H__
+
+// LiveObjects Device settings: IP Address, TLS or not , ..;
+#include "liveobjects_dev_params.h"
+
+// LiveObjects Library interface
+#include "LiveObjectsClient_Core.h"
+
+// Definitions set for this board or os.
+#include "LiveObjectsClient_Platform.h"
+
+#include "mbed.h"
+
+#endif // __liveobjects_sample_H__
+