Skip to content
This repository was archived by the owner on Jul 22, 2022. It is now read-only.

Commit 6a6b6d0

Browse files
authored
Merge pull request #138 from wduraes/master
Adding deprecation notice
2 parents 3a48efd + 99119bc commit 6a6b6d0

File tree

1 file changed

+11
-10
lines changed

1 file changed

+11
-10
lines changed

README.md

+11-10
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
# AzureIoTHub - Azure IoT Hub library for Arduino
22

3-
The Azure Iot library for Arduino is under review and will be re-released soon.
4-
5-
In the meantime, for Arduino scenarios we recommend using the Embedded C SDK in one of the following Samples:
6-
7-
- [ESP8266 Arduino Sample](https://github.com/Azure/azure-sdk-for-c/tree/main/sdk/samples/iot/aziot_esp8266)
8-
- [ESP32 Arduino Sample](https://github.com/Azure/azure-sdk-for-c/tree/main/sdk/samples/iot/aziot_esp32)
9-
- [Realtek Ameba Sample](https://github.com/Azure/azure-sdk-for-c/tree/main/sdk/samples/iot/aziot_realtek_amebaD)
10-
11-
3+
> ### Stop! Before you proceed:
4+
>
5+
> _This Arduino Library is an **older version** and it is neither maintained nor supported anymore._
6+
>
7+
> _It is kept here for **reference only** and should not be used for any new development._
8+
>
9+
> _If you’re looking for an Arduino Library you should use the new version: [aka.ms/arduino](https://aka.ms/arduino)_
10+
>
11+
>_You can find more information about it in this [IoT Techcommunity blog post](https://techcommunity.microsoft.com/t5/internet-of-things-blog/arduino-library-for-azure-iot/ba-p/3034455)._
12+
>
1213
## License
1314

1415
See [LICENSE](LICENSE) file.
@@ -23,4 +24,4 @@ Complete information for contributing to the Azure IoT Arduino libraries
2324
can be found [here](https://github.com/Azure/azure-iot-pal-arduino).
2425

2526

26-
This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact [[email protected]](mailto:[email protected]) with any additional questions or comments.
27+
This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact [[email protected]](mailto:[email protected]) with any additional questions or comments.

0 commit comments

Comments
 (0)