Hello,
I'm working on the encoder mode for the Maple timers and I'm wondering whether to change the HardwareTimer class, or implement a separate one for this.
Especially because there is more functionality to the encoder mode that would make sense to put in a HardwareTimer class.
What are your suggestions?
Also, while I'm at it, does anyone know of an optical encoder model that works with 3,3V? I'm using one of those PCB thumbwheel encoder and the bounce, despite the digital filter in the STM chip, is extremely hard to get rid of and confuses the whole thing to the point that I don't know if it's a bounce problem or something wrong with the code. (I may just put an Arduino simulating an encoder signal for test purposes).
Thanks in advance for any help or suggestions.