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.

Committer:
AzureIoTClient
Date:
Thu Oct 04 09:20:18 2018 -0700
Revision:
85:2b4adf7a7a8c
Parent:
84:ba0b84456d5f
1.2.10

Who changed what in which revision?

UserRevisionLine numberNew contents of line
AzureIoTClient 19:e6a8e462f730 1 // Copyright (c) Microsoft. All rights reserved.
AzureIoTClient 19:e6a8e462f730 2 // Licensed under the MIT license. See LICENSE file in the project root for full license information.
AzureIoTClient 19:e6a8e462f730 3
AzureIoTClient 19:e6a8e462f730 4 #ifndef CERTS_H
AzureIoTClient 19:e6a8e462f730 5 #define CERTS_H
AzureIoTClient 19:e6a8e462f730 6
AzureIoTClient 19:e6a8e462f730 7 #ifdef __cplusplus
AzureIoTClient 19:e6a8e462f730 8 extern "C"
AzureIoTClient 19:e6a8e462f730 9 {
AzureIoTClient 19:e6a8e462f730 10 #endif
AzureIoTClient 19:e6a8e462f730 11
AzureIoTClient 84:ba0b84456d5f 12 extern const char certificates[];
AzureIoTClient 19:e6a8e462f730 13
AzureIoTClient 19:e6a8e462f730 14 #ifdef __cplusplus
AzureIoTClient 19:e6a8e462f730 15 }
AzureIoTClient 19:e6a8e462f730 16 #endif
AzureIoTClient 19:e6a8e462f730 17
AzureIoTClient 19:e6a8e462f730 18 #endif /* CERTS_H */