Skip to content

Commit

Permalink
default activation level LOW
Browse files Browse the repository at this point in the history
  • Loading branch information
joergkeller committed Nov 29, 2017
1 parent 2439103 commit 10bc05b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ClickEncoder.h
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 10bc05b

Please sign in to comment.