Skip to content

Commit 2ccf405

Browse files
author
brentru
committed
add simpleio and ESP managers to README deps
1 parent 131cd3b commit 2ccf405

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,13 @@ Dependencies
2020
This driver depends on:
2121

2222
* `Adafruit CircuitPython <https://github.com/adafruit/circuitpython>`_
23+
* `Adafruit CircuitPython SimpleIO <hhttps://github.com/adafruit/Adafruit_CircuitPython_SimpleIO/>`_
24+
25+
You'll also need a library to communicate with an ESP32 as a coprocessor using a WiFiManager object. This library supports connecting an ESP32 using either SPI or UART.
26+
27+
* SPI: `Adafruit CircuitPython ESP32SPI <https://github.com/adafruit/Adafruit_CircuitPython_ESP32SPI>`_
28+
29+
* UART: `Adafruit CircuitPython ESP_ATcontrol <https://github.com/adafruit/Adafruit_CircuitPython_ESP_ATcontrol>`_
2330

2431
Please ensure all dependencies are available on the CircuitPython filesystem.
2532
This is easily achieved by downloading

0 commit comments

Comments
 (0)