File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
libraries/ESP32/examples/GPIO/FunctionalInterruptLambda Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -17,14 +17,14 @@ This example demonstrates how to use lambda functions with FunctionalInterrupt f
17
17
Some boards have an RGB LED that needs no special hardware setup to work as a simple white on/off LED.
18
18
19
19
```
20
- ESP32 Board Button LED
21
- ----------- ------ ---
20
+ ESP32 Board Button/ LED
21
+ ----------- ---------
22
22
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
28
28
```
29
29
30
30
## Important ESP32 Interrupt Behavior
You can’t perform that action at this time.
0 commit comments