Temperature sensor anomaly IoTHub sample
Dependencies: C12832 EthernetInterface LM75B NTPClient iothub_client iothub_http_transport mbed-rtos mbed serializer wolfSSL azure_c_shared_utility
This sample showcases the usage of Azure IoT client libraries to build an application sample that uploads temperature data and reacts to an alert for a temperature anomaly sent by a cloud service.
Diff: main.cpp
- Revision:
- 6:315d04ac34d3
- Parent:
- 5:4afe2073d473
- Child:
- 7:f263af2427d4
diff -r 4afe2073d473 -r 315d04ac34d3 main.cpp --- a/main.cpp Thu Sep 17 00:15:07 2015 -0700 +++ b/main.cpp Thu Sep 17 00:28:08 2015 -0700 @@ -242,6 +242,8 @@ int setupRealTime(void) { + int result; + (void)printf("setupRealTime begin\r\n"); if (EthernetInterface::connect()) {