Skip to content

Commit 6da4765

Browse files
authored
fix(doc): fixing documentation apresentation
1 parent 2e50aa5 commit 6da4765

File tree

1 file changed

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

1 file changed

+7
-7
lines changed

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@ This example demonstrates how to use lambda functions with FunctionalInterrupt f
1717
Some boards have an RGB LED that needs no special hardware setup to work as a simple white on/off LED.
1818

1919
```
20-
ESP32 Board Button LED
21-
----------- ------ ---
20+
ESP32 Board Button/LED
21+
----------- ---------
2222
BOOT_PIN ------------ [BUTTON] ---- GND
23-
LED_PIN ----------- [LED] ------- GND
24-
¦
25-
[330O] (*) Only needed when using an external LED attached to the GPIO.
26-
¦
27-
3V3
23+
LED_PIN --------------- [LED] ----- GND
24+
¦
25+
[330O] (*) Only needed when using an external LED attached to the GPIO.
26+
¦
27+
3V3
2828
```
2929

3030
## Important ESP32 Interrupt Behavior

0 commit comments

Comments
 (0)