We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de5102d commit 7efd390Copy full SHA for 7efd390
libraries/ESP32/examples/GPIO/FunctionalInterruptLambda/README.md
@@ -95,7 +95,7 @@ if (digitalRead(pin) == LOW) {
95
96
### Debouncing Strategy
97
This example implements dual-layer debouncing:
98
-1. **Time-based**: Ignores interrupts within 50ms of previous one
+1. **Time-based**: Ignores interrupts within 50 ms of previous one
99
2. **State-based**: Only processes actual state changes
100
101
### Main Loop Processing
0 commit comments