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.

certs.h

Committer:
AzureIoTClient
Date:
2018-09-11
Revision:
84:ba0b84456d5f
Parent:
19:e6a8e462f730

File content as of revision 84:ba0b84456d5f:

// Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.

#ifndef CERTS_H
#define CERTS_H

#ifdef __cplusplus
extern "C"
{
#endif

    extern const char certificates[];

#ifdef __cplusplus
}
#endif

#endif /* CERTS_H */