File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change 19
19
* Adafruit CircuitPython firmware for the supported boards:
20
20
https://github.com/adafruit/circuitpython/releases
21
21
22
+ **ESP32SPI Peripheral Networking**
23
+
22
24
* 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/
24
31
"""
25
32
26
33
from .iot_error import IoTError
You can’t perform that action at this time.
0 commit comments