Skip to content

Commit a096360

Browse files
authored
fix(readme): schematic diagram allignment
1 parent c0feacc commit a096360

File tree

1 file changed

+9
-9
lines changed
  • libraries/ESP32/examples/GPIO/FunctionalInterruptLambda

1 file changed

+9
-9
lines changed

libraries/ESP32/examples/GPIO/FunctionalInterruptLambda/README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,15 @@ This example demonstrates how to use lambda functions with FunctionalInterrupt f
2222
- Optionally connect a second button to BOOT pin for advanced examples
2323

2424
```
25-
ESP32 Board Button 1 Button 2 (Optional) LED
26-
─────────── ──────── ────────────────── ───
25+
ESP32 Board Buttons + LED
26+
─────────── ────────────────
2727
GPIO 4 ──────────── [BUTTON] ──── GND
28-
GPIO 0 (BOOT) ───── [BUTTON] ──── GND
29-
GPIO 2 ──────────── [LED] ──────── GND
30-
31-
[330Ω]
32-
33-
3V3
28+
GPIO 0 (BOOT) ───── [BUTTON] ──── GND
29+
GPIO 2 ───── [R1] ─── [LED] ───── GND * R1 = resistor 220 ohms
30+
31+
[330Ω]
32+
33+
3V3
3434
```
3535

3636
## Important ESP32 Interrupt Behavior
@@ -208,4 +208,4 @@ The example uses these default pins (configurable in the source):
208208

209209
## Compilation Notes
210210

211-
This example uses proper pointer captures for static/global variables to avoid compiler warnings about non-automatic storage duration.
211+
This example uses proper pointer captures for static/global variables to avoid compiler warnings about non-automatic storage duration.

0 commit comments

Comments
 (0)