Important changes to questions
We’re making some changes to Mbed Questions. From 10th December 2019 this site will be archived and new questions should be asked on our new forum site. Until that date you can continue to reply to existing questions here but can’t ask new questions.
4 years, 1 month ago.
"X4_ENCODING" is undefined
I am trying to use the X4_Encoding with the QEI library, but if I give any value to the 5th optional parameter, I get a compiler error saying that the 5th parameter is not defined in the API. Any solution to this?
Question relating to:
1 Answer
4 years, 1 month ago.
Try like this:
QEI encoder (CH_A, CH_B, NC, N_ENC, QEI::X4_ENCODING);
You need to log in to post a question