malleYay
Results
1
comments of
malleYay
Hey, the ClickEncoder.h says `ClickEncoder(uint8_t A, uint8_t B, uint8_t BTN = -1, uint8_t stepsPerNotch = 1, bool active = LOW);` so the call `encoder = new ClickEncoder(A1, A0, A2);` With...