Skip to content

Commit 927476a

Browse files
committed
improve comments
1 parent 0d0da21 commit 927476a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

examples/gpio/esp32spi_gpio.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,12 @@
1010

1111
# This example targets a Feather M4 or ItsyBitsy M4 as the CircuitPython processor,
1212
# 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."""
13+
# You may need to choose different pins for other targets.
1414

1515

1616
def esp_reset_all():
17-
# esp.reset() will re-initialize the ESP32 pin modes and debug level
17+
# esp.reset() will reset the ESP32 using its RST pin
18+
# side effect is re-initializing ESP32 pin modes and debug output
1819
esp.reset()
1920
time.sleep(1)
2021
# (re-)set NINA serial debug on ESP32 TX

0 commit comments

Comments
 (0)