A simple IoTHub sample using MQTT as transport

Dependencies:   EthernetInterface NTPClient mbed-rtos mbed wolfSSL azure_c_shared_utility iothub_client azure_umqtt_c iothub_mqtt_transport serializer

Revision:
2:eef448cf9eb7
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/simplesample_mqtt.h	Fri Mar 25 16:10:49 2016 -0700
@@ -0,0 +1,17 @@
+// Copyright (c) Microsoft. All rights reserved.
+// Licensed under the MIT license. See LICENSE file in the project root for full license information.
+
+#ifndef SIMPLESAMPLEMQTT_H
+#define SIMPLESAMPLEMQTT_H
+
+#ifdef __cplusplus
+extern "C" {
+#endif
+
+    void simplesample_mqtt_run(void);
+
+#ifdef __cplusplus
+}
+#endif
+
+#endif /* SIMPLESAMPLEMQTT_H */