File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
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
+ **With ESP32SPI Peripheral Networking**
23
+
22
24
* Adafruit's Bus Device library: https://github.com/adafruit/Adafruit_CircuitPython_BusDevice
23
25
* 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/
24
32
"""
25
33
26
34
from .iot_error import IoTError
You can’t perform that action at this time.
0 commit comments