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-iot-c-sdk-f767zi
Fork of samplemqtt by
main.cpp
00001 #include "mbed-os/mbed.h" 00002 #include "iothub_client_sample_mqtt.h" 00003 00004 Serial pc(USBTX, USBRX, 115200); 00005 DigitalOut led3(LED3); 00006 NetworkInterface* network; 00007 00008 int main(void) 00009 { 00010 00011 iothub_client_sample_mqtt_run(); 00012 while (true) 00013 { 00014 led3 = !led3; 00015 wait(10); 00016 00017 } 00018 00019 00020 return 0; 00021 } 00022 00023
Generated on Sat Jul 16 2022 19:35:15 by
1.7.2
