Doc1012

Results 4 comments of Doc1012

I also tried to work with ClickEncoder on the DUE. It worked perfect on the Mega. With the DUE I get an error when compiling: `(x86)\Arduino\libraries\encoder-master/ClickEncoder.h:52:11: error: 'WiringPinMode' does not...

After a Little Research I found: For all Arduino Due compatible boards: `#if defined (__arm__) && defined (__SAM3X8E__) // Arduino Due compatible // your Arduino Due compatible code here #endif`...

Sorry for that stupid question: I can't find a new/updated file. Where is it?

Now it's clear.... It works! Your trick did the job. Thank you!