From 132cdac6add0e4fe572caa1c2ba97419f9fe30ba Mon Sep 17 00:00:00 2001 From: Ronald Schaten Date: Fri, 23 Dec 2016 23:13:47 +0100 Subject: [PATCH] remove unused variable --- things/DeviceButton.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/things/DeviceButton.cpp b/things/DeviceButton.cpp index 2956ac4..1362bb4 100644 --- a/things/DeviceButton.cpp +++ b/things/DeviceButton.cpp @@ -9,7 +9,6 @@ void DeviceButton::deviceRegister() { } void DeviceButton::deviceLoop() { - byte debounce = 0; for (int i = 0; i < 3; i++) { if (digitalRead(pin) == state) { return;