A simple IoTHub sample using MQTT as transport

Dependencies:   EthernetInterface NTPClient mbed-rtos mbed wolfSSL azure_c_shared_utility iothub_client azure_umqtt_c iothub_mqtt_transport serializer

certs.h

Committer:
AzureIoTClient
Date:
2018-03-20
Revision:
56:44c6b5aac6ff
Parent:
2:eef448cf9eb7
Child:
63:3bbdcd21171b

File content as of revision 56:44c6b5aac6ff:

// 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 */