Thanks for going through the trouble to do that, Luni! I've installed the library, but the code is not compiling, and is giving me this error:
Code:
In file included from /Users/coryoleson/Documents/Arduino/libraries/EncoderTool-master/src/EncoderBase.h:2:0,
from /Users/coryoleson/Documents/Arduino/libraries/EncoderTool-master/src/Multiplexed/EncPlexBase.h:4,
from /Users/coryoleson/Documents/Arduino/libraries/EncoderTool-master/src/Multiplexed/EncPlex74165.h:5,
from /Users/coryoleson/Documents/Arduino/libraries/EncoderTool-master/src/EncoderTool.h:3,
from /Users/coryoleson/Documents/Arduino/Study/Luni_Encoder_Tool/Luni_Encoder_Tool.ino:2:
/Users/coryoleson/Documents/Arduino/libraries/EncoderTool-master/src/EncoderButton.h:19:14: error: 'bool EncoderTool::EncoderButton::readCurrentState()' marked 'override', but does not override
bool readCurrentState() override { return curState; }
^
Error compiling for board Teensy 4.1.
As the error states, I'm using a Teensy 4.1. I tried changing the count mode to quarter, and changed to true for cyclic boundaries, but the error persists.