Skip to content

Commit

Permalink
Update Dependencies DOCSTRING
Browse files Browse the repository at this point in the history
  • Loading branch information
askpatrickw committed Jan 25, 2022
1 parent b58345d commit fe80aad
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion adafruit_azureiot/__init__.py
Expand Up @@ -19,8 +19,15 @@
* Adafruit CircuitPython firmware for the supported boards:
https://github.com/adafruit/circuitpython/releases
**ESP32SPI Peripheral Networking**
* Adafruit's Bus Device library: https://github.com/adafruit/Adafruit_CircuitPython_BusDevice
* Adafruit's ESP32SPI library: https://github.com/adafruit/Adafruit_CircuitPython_ESP32SPI
* Adafruit's ESP32SPI Networking library: https://github.com/adafruit/Adafruit_CircuitPython_ESP32SPI
**Native Networking**
* CircuitPython's Wifi Module: https://docs.circuitpython.org/en/latest/shared-bindings/wifi/index.html
* Adafruit's CircuitPython Requests Library: https://github.com/adafruit/Adafruit_CircuitPython_Requests/
"""

from .iot_error import IoTError
Expand Down

0 comments on commit fe80aad

Please sign in to comment.