Skip to content

Commit 7efd390

Browse files
authored
fix(ci): Update README.md
1 parent de5102d commit 7efd390

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ if (digitalRead(pin) == LOW){
9595

9696
### Debouncing Strategy
9797
This example implements dual-layer debouncing:
98-
1.**Time-based**: Ignores interrupts within 50ms of previous one
98+
1.**Time-based**: Ignores interrupts within 50 ms of previous one
9999
2.**State-based**: Only processes actual state changes
100100

101101
### Main Loop Processing

0 commit comments

Comments
(0)