I have a DAQ product which I am adding quadrature encoder capture to.
The hardware uses a Teensy 4.1 and the simple example in the library is showing the library and hardware to work using inputs 33 and 37.
When this is integrated into the main project I do not get any counts at all and hence it seems as though a library I'm using (or something else in my code) is causing an issue.
In the github repo (https://github.com/mjs513/Teensy-4.x-Quad-Encoder-Library) I was unable to find a list of any known library incompatabilities hence thought I would ask here.
In the mean time, I will start adding some libraries to the example project to see if I can trigger the issue.
The hardware uses a Teensy 4.1 and the simple example in the library is showing the library and hardware to work using inputs 33 and 37.
When this is integrated into the main project I do not get any counts at all and hence it seems as though a library I'm using (or something else in my code) is causing an issue.
In the github repo (https://github.com/mjs513/Teensy-4.x-Quad-Encoder-Library) I was unable to find a list of any known library incompatabilities hence thought I would ask here.
In the mean time, I will start adding some libraries to the example project to see if I can trigger the issue.