Closed smit-happens closed 6 years ago
Have MB_ENC_PINA = 26 and MB_ENC_PINB = 25
MB_ENC_PINA
MB_ENC_PINB
This is due to the reversed orientation when testing on the breadboard vs when it's mounted on the dash
How it currently looks: //Encoder const uint8_t MB_ENC_PINA = 25; //[0,1] Digital Input const uint8_t MB_ENC_PINB = 26; //[0,1] Digital Input
End goal
Have
MB_ENC_PINA
= 26 andMB_ENC_PINB
= 25Relevant Info/Links
This is due to the reversed orientation when testing on the breadboard vs when it's mounted on the dash
Your Code