This repository has been archived by the owner on Jul 22, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 95
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #138 from wduraes/master
Adding deprecation notice
- Loading branch information
Showing
1 changed file
with
11 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,15 @@ | ||
# AzureIoTHub - Azure IoT Hub library for Arduino | ||
|
||
The Azure Iot library for Arduino is under review and will be re-released soon. | ||
|
||
In the meantime, for Arduino scenarios we recommend using the Embedded C SDK in one of the following Samples: | ||
|
||
- [ESP8266 Arduino Sample](https://github.com/Azure/azure-sdk-for-c/tree/main/sdk/samples/iot/aziot_esp8266) | ||
- [ESP32 Arduino Sample](https://github.com/Azure/azure-sdk-for-c/tree/main/sdk/samples/iot/aziot_esp32) | ||
- [Realtek Ameba Sample](https://github.com/Azure/azure-sdk-for-c/tree/main/sdk/samples/iot/aziot_realtek_amebaD) | ||
|
||
|
||
> ### Stop! Before you proceed: | ||
> | ||
> _This Arduino Library is an **older version** and it is neither maintained nor supported anymore._ | ||
> | ||
> _It is kept here for **reference only** and should not be used for any new development._ | ||
> | ||
> _If you’re looking for an Arduino Library you should use the new version: [aka.ms/arduino](https://aka.ms/arduino)_ | ||
> | ||
>_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)._ | ||
> | ||
## License | ||
|
||
See [LICENSE](LICENSE) file. | ||
|
@@ -23,4 +24,4 @@ Complete information for contributing to the Azure IoT Arduino libraries | |
can be found [here](https://github.com/Azure/azure-iot-pal-arduino). | ||
|
||
|
||
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. | ||
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. |