Skip to content

Commit fe80aad

Browse files
committed
Update Dependencies DOCSTRING
1 parent b58345d commit fe80aad

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

adafruit_azureiot/__init__.py

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

2633
from .iot_error import IoTError

0 commit comments

Comments
 (0)