is it possible to use 2 pins on same EXTI?
Hey,I want to read an EC11 encoder without disturbing the main loop, so I decided to use interrupts.Can I connect both pin A and pin B of the encoder to PA1 and PB1, and use only EXTI1 to map the switching events to the same interrupt routine?