diff --git a/content/built-in-examples/02.digital/Debounce/Debounce.md b/content/built-in-examples/02.digital/Debounce/Debounce.md index 6f856675b2..5a054ac59c 100644 --- a/content/built-in-examples/02.digital/Debounce/Debounce.md +++ b/content/built-in-examples/02.digital/Debounce/Debounce.md @@ -38,7 +38,7 @@ Pushbuttons often generate spurious open/close transitions when pressed, due to The sketch below is based on **Limor Fried's version of debounce**, but the logic is inverted from her example. In her example, the switch returns LOW when closed, and HIGH when open. Here, the switch returns HIGH when pressed and LOW when not pressed. - + ### Learn more @@ -46,4 +46,4 @@ You can find more basic tutorials in the [built-in examples](/built-in-examples) You can also explore the [language reference](https://www.arduino.cc/reference/en/), a detailed collection of the Arduino programming language. -*Last revision 2015/07/29 by SM* \ No newline at end of file +*Last revision 2025/07/15 by MS*