Skip to content

Commit 52175b6

Browse files
authored
Merge pull request #163 from brentru/add-azure-iot
add Azure Library to Bundle
2 parents ed64e87 + 8a181b8 commit 52175b6

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -463,3 +463,6 @@
463463
[submodule "libraries/drivers/st7789"]
464464
path = libraries/drivers/st7789
465465
url = https://github.com/adafruit/Adafruit_CircuitPython_ST7789.git
466+
[submodule "libraries/helpers/azure"]
467+
path = libraries/helpers/azure
468+
url = https://github.com/adafruit/Adafruit_CircuitPython_AzureIoT.git

docs/drivers.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ These libraries build on top of the low level APIs to simplify common tasks.
3939

4040
Adafruit IO <https://circuitpython.readthedocs.io/projects/adafruitio/en/latest/>
4141
AVR programming <https://circuitpython.readthedocs.io/projects/avrprog/en/latest/>
42+
Azure IoT <https://circuitpython.readthedocs.io/projects/azureiot/en/latest/>
4243
Bitmap Font <https://circuitpython.readthedocs.io/projects/bitmap-font/en/latest/>
4344
Bluefruit LE Connect App <https://circuitpython.readthedocs.io/projects/bluefruitconnect/en/latest/>
4445
Bluetooth Low Energy (BLE) <https://circuitpython.readthedocs.io/projects/ble/en/latest/>

libraries/helpers/azure

Submodule azure added at a4f452f

0 commit comments

Comments
 (0)