Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: azure_c_shared_utility azure_umqtt_c iothub_client iothub_mqtt_transport serializer wolfSSL
Fork of simplesample_mqtt by
simplesample_mqtt.h
00001 // Copyright (c) Microsoft. All rights reserved. 00002 // Licensed under the MIT license. See LICENSE file in the project root for full license information. 00003 00004 #ifndef SIMPLESAMPLEMQTT_H 00005 #define SIMPLESAMPLEMQTT_H 00006 00007 #ifdef __cplusplus 00008 extern "C" { 00009 #endif 00010 00011 void simplesample_mqtt_run(void); 00012 00013 #ifdef __cplusplus 00014 } 00015 #endif 00016 00017 #endif /* SIMPLESAMPLEMQTT_H */
Generated on Fri Jul 22 2022 19:10:54 by
1.7.2
