From 10bc05b89b846fb9512fed973e203a172b010120 Mon Sep 17 00:00:00 2001 From: Joerg Keller Date: Wed, 29 Nov 2017 23:44:08 +0100 Subject: [PATCH] default activation level LOW --- ClickEncoder.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ClickEncoder.h b/ClickEncoder.h index 6938d8b..8ba7216 100644 --- a/ClickEncoder.h +++ b/ClickEncoder.h @@ -57,7 +57,7 @@ class ClickEncoder public: ClickEncoder(uint8_t A, uint8_t B, uint8_t BTN = -1, - uint8_t stepsPerNotch = 1, bool coderActive = LOW, bool btnActive = HIGH); + uint8_t stepsPerNotch = 1, bool coderActive = LOW, bool btnActive = LOW); void service(void); int16_t getValue(void);