Button
Button copied to clipboard
Update Button.cpp
Fix debounce algorithm. Original implementation does not filter noisy reads and return wrong value in case if short glitches appeared on the line. this value will remain for delay time and will be changed after. This is not what expected.