From 2ccf4058b31a8edea6f88f760a1e074cad61fc8c Mon Sep 17 00:00:00 2001 From: brentru Date: Mon, 15 Apr 2019 17:36:41 -0400 Subject: [PATCH 1/3] add simpleio and ESP managers to README deps --- README.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.rst b/README.rst index fd2e07e..3c0a2c3 100644 --- a/README.rst +++ b/README.rst @@ -20,6 +20,13 @@ Dependencies This driver depends on: * `Adafruit CircuitPython `_ +* `Adafruit CircuitPython SimpleIO `_ + +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. + +* SPI: `Adafruit CircuitPython ESP32SPI `_ + +* UART: `Adafruit CircuitPython ESP_ATcontrol `_ Please ensure all dependencies are available on the CircuitPython filesystem. This is easily achieved by downloading From 629b6d75a37e3053633fe2b6a8c7358837fd6a6e Mon Sep 17 00:00:00 2001 From: brentru Date: Mon, 15 Apr 2019 17:37:47 -0400 Subject: [PATCH 2/3] fix link --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 3c0a2c3..5424519 100644 --- a/README.rst +++ b/README.rst @@ -20,7 +20,7 @@ Dependencies This driver depends on: * `Adafruit CircuitPython `_ -* `Adafruit CircuitPython SimpleIO `_ +* `Adafruit CircuitPython SimpleIO `_ 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. From ad31a074dfa8507d712a0ebbf990f11b8305008f Mon Sep 17 00:00:00 2001 From: brentru Date: Tue, 16 Jul 2019 11:40:06 -0400 Subject: [PATCH 3/3] remove Atcontrol from readme --- README.rst | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/README.rst b/README.rst index 5424519..cbbdf85 100644 --- a/README.rst +++ b/README.rst @@ -21,12 +21,7 @@ This driver depends on: * `Adafruit CircuitPython `_ * `Adafruit CircuitPython SimpleIO `_ - -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. - -* SPI: `Adafruit CircuitPython ESP32SPI `_ - -* UART: `Adafruit CircuitPython ESP_ATcontrol `_ +* `Adafruit CircuitPython ESP32SPI `_ Please ensure all dependencies are available on the CircuitPython filesystem. This is easily achieved by downloading