This repository was archived by the owner on Jul 22, 2022. It is now read-only.
File tree 7 files changed +6
-6
lines changed
7 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ That does not mean that HTTP only works with the _LL APIs.
18
18
Simply changing the using the convenience layer (functions not having _LL)
19
19
and removing calls to _DoWork will yield the same results. */
20
20
21
- #include "AzureIoT .h"
21
+ #include "AzureIoTHub .h"
22
22
23
23
24
24
//static const char* connectionString = "HostName=[host].azure-devices.net;DeviceId=[device];SharedAccessKey=[key]";
Original file line number Diff line number Diff line change 1
1
// Copyright (c) Microsoft. All rights reserved.
2
2
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
3
3
4
- #include "AzureIoT .h"
4
+ #include "AzureIoTHub .h"
5
5
#include "sdk/schemaserializer.h"
6
6
#include "dht22.h"
7
7
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ That does not mean that HTTP only works with the _LL APIs.
12
12
Simply changing the using the convenience layer (functions not having _LL)
13
13
and removing calls to _DoWork will yield the same results. */
14
14
15
- #include "AzureIoT .h"
15
+ #include "AzureIoTHub .h"
16
16
17
17
static const char * connectionString = "HostName=[host].azure-devices.net;DeviceId=[device];SharedAccessKey=[key]" ;
18
18
Original file line number Diff line number Diff line change 8
8
#include <time.h>
9
9
10
10
#ifdef ARDUINO
11
- #include "AzureIoT .h"
11
+ #include "AzureIoTHub .h"
12
12
#else
13
13
#include "serializer.h"
14
14
#include "iothub_client_ll.h"
Original file line number Diff line number Diff line change 1
1
// Copyright (c) Microsoft. All rights reserved.
2
2
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
3
3
4
- #include "AzureIoT .h"
4
+ #include "AzureIoTHub .h"
5
5
#include "sdk/schemaserializer.h"
6
6
#include "bme280.h"
7
7
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ That does not mean that HTTP only works with the _LL APIs.
11
11
Simply changing the using the convenience layer (functions not having _LL)
12
12
and removing calls to _DoWork will yield the same results. */
13
13
14
- #include "AzureIoT .h"
14
+ #include "AzureIoTHub .h"
15
15
16
16
static const char * connectionString = "HostName=[host].azure-devices.net;DeviceId=[device];SharedAccessKey=[key]" ;
17
17
File renamed without changes.
You can’t perform that action at this time.
0 commit comments