Skip to content

Commit ab27b6e

Browse files
committed
Update Dependencies DOCSTRING
1 parent b50618f commit ab27b6e

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

adafruit_azureiot/__init__.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,16 @@
1919
* Adafruit CircuitPython firmware for the supported boards:
2020
https://github.com/adafruit/circuitpython/releases
2121
22+
**With ESP32SPI Peripheral Networking**
23+
2224
* Adafruit's Bus Device library: https://github.com/adafruit/Adafruit_CircuitPython_BusDevice
2325
* Adafruit's ESP32SPI library: https://github.com/adafruit/Adafruit_CircuitPython_ESP32SPI
26+
* Adafruit's NTP library: https://github.com/adafruit/Adafruit_CircuitPython_NTP
27+
28+
**With Native Networking**
29+
30+
* CircuitPython's Wifi Module: https://docs.circuitpython.org/en/latest/shared-bindings/wifi/index.html
31+
* Adafruit's Requests Library: https://github.com/adafruit/Adafruit_CircuitPython_Requests/
2432
"""
2533

2634
from .iot_error import IoTError

0 commit comments

Comments
 (0)