Implement software debouncing with 50ms delay. Use volatile variables for ISR communication. Check button state in loop() after ISR sets flag.",
button-debounce
实现输入去抖动功能,在指定时间间隔内抑制重复的按钮事件。
SKILL.md
--- frontmattername: button-debounce description: Implements input debouncing to suppress repeated button events within a defined interval.