port of the azure client sample mqtt for the NUCLEO STM32F746ZG platform

Dependencies:   F7_Ethernet NTPClient azure_c_shared_utility azure_umqtt_c iothub_client iothub_mqtt_transport mbed-rtos mbed wolfSSL

Fork of iothub_client_sample_mqtt by Azure IoT

Committer:
DieterGraef
Date:
Sun Jun 19 20:54:11 2016 +0000
Revision:
12:348a4332bdba
Parent:
2:65c172c36cf5
port of azure iot client sample

Who changed what in which revision?

UserRevisionLine numberNew contents of line
Azure.IoT Build 2:65c172c36cf5 1 // Copyright (c) Microsoft. All rights reserved.
Azure.IoT Build 2:65c172c36cf5 2 // Licensed under the MIT license. See LICENSE file in the project root for full license information.
Azure.IoT Build 2:65c172c36cf5 3
Azure.IoT Build 2:65c172c36cf5 4 #ifndef IOTHUB_CLIENT_SAMPLE_MQTT_H
Azure.IoT Build 2:65c172c36cf5 5 #define IOTHUB_CLIENT_SAMPLE_MQTT_H
Azure.IoT Build 2:65c172c36cf5 6
Azure.IoT Build 2:65c172c36cf5 7 #ifdef __cplusplus
Azure.IoT Build 2:65c172c36cf5 8 extern "C" {
Azure.IoT Build 2:65c172c36cf5 9 #endif
Azure.IoT Build 2:65c172c36cf5 10
Azure.IoT Build 2:65c172c36cf5 11 void iothub_client_sample_mqtt_run(void);
Azure.IoT Build 2:65c172c36cf5 12
Azure.IoT Build 2:65c172c36cf5 13 #ifdef __cplusplus
Azure.IoT Build 2:65c172c36cf5 14 }
Azure.IoT Build 2:65c172c36cf5 15 #endif
Azure.IoT Build 2:65c172c36cf5 16
Azure.IoT Build 2:65c172c36cf5 17 #endif /* IOTHUB_CLIENT_SAMPLE_MQTT_H */