Skip to content

Commit 5d1c39c

Browse files
brentrubrentru
authored andcommitted
update readme for atcontrol
1 parent 52f8b9c commit 5d1c39c

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

README.rst

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,12 @@ Dependencies
2121
This driver depends on:
2222

2323
* `Adafruit CircuitPython <https://github.com/adafruit/circuitpython>`_
24-
* `Adafruit CircuitPython ESP32SPI <https://github.com/adafruit/Adafruit_CircuitPython_ESP32SPI>`_
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>`_
2530

2631
Please ensure all dependencies are available on the CircuitPython filesystem.
2732
This is easily achieved by downloading
@@ -115,4 +120,4 @@ Now, once you have the virtual environment activated:
115120
116121
This will output the documentation to ``docs/_build/html``. Open the index.html in your browser to
117122
view them. It will also (due to -W) error out on any warning like Travis will. This is a good way to
118-
locally verify it will pass.
123+
locally verify it will pass.

0 commit comments

Comments
 (0)