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
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+ ----------- ---------
2222BOOT_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
You can’t perform that action at this time.
0 commit comments