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

main.cpp

Committer:
DieterGraef
Date:
2016-06-19
Revision:
12:348a4332bdba
Parent:
11:6eb3ca7d5449

File content as of revision 12:348a4332bdba:

// Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
#define USE_UPLOADTOBLOB
#include "iothub_client_sample_mqtt.h"

int main(void)
{
	iothub_client_sample_mqtt_run();
    return 0;
}