We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d0da21 commit 927476aCopy full SHA for 927476a
examples/gpio/esp32spi_gpio.py
@@ -10,11 +10,12 @@
10
11
# This example targets a Feather M4 or ItsyBitsy M4 as the CircuitPython processor,
12
# along with either an ESP32 Feather or ESP32 Breakout as Wi-Fi co-processor.
13
-# You may need to choose different pins for other targets."""
+# You may need to choose different pins for other targets.
14
15
16
def esp_reset_all():
17
- # esp.reset() will re-initialize the ESP32 pin modes and debug level
+ # esp.reset() will reset the ESP32 using its RST pin
18
+ # side effect is re-initializing ESP32 pin modes and debug output
19
esp.reset()
20
time.sleep(1)
21
# (re-)set NINA serial debug on ESP32 TX
0 commit comments