From 1257689dd08c595a3859eff1a9c8a2f373540d1a Mon Sep 17 00:00:00 2001 From: eugene-makeev Date: Fri, 15 Jan 2021 01:22:09 +0300 Subject: [PATCH] Update Button.h --- Button.h | 1 + 1 file changed, 1 insertion(+) diff --git a/Button.h b/Button.h index 6a23b29..6fbe1eb 100644 --- a/Button.h +++ b/Button.h @@ -26,6 +26,7 @@ class Button uint8_t _pin; uint16_t _delay; bool _state; + bool _debounce_state; uint32_t _ignore_until; bool _has_changed; };