Rotary encoder turn detection
Hello!I want to use a simple rotary encoder with STM32F429.I programmed the TIM4 timer into 'ENCODERMODE_X4' mode.Is there a way for me to detect the rotation of the rotary knob by interrupt?I don't want to do periodically TIMx->CNT sampling if there...