I got it working! :)
But I'm afraid, I still don't know exactly what the problem was.
My solution was to move all the pin and interrupt initialization stuff from the constructor to an "init()"...
Type: Posts; User: dave_
I got it working! :)
But I'm afraid, I still don't know exactly what the problem was.
My solution was to move all the pin and interrupt initialization stuff from the constructor to an "init()"...
Hy!
I've done some tests with the encoder libary on an Arduino Micro and everything worked perfectly.
However, I have now upgraded to an Arduino Due and I'm not able to get it working there.
...