STM32 GPIO External interrupt triggers but state does not change
Hey everyone!I'm trying to detect the rotations of my rotary encoder. I used external interrupts to detect when the state of the pin changes. My problem is that it seems like when the encoder bounces the interrupt gets triggered, but the state doesn'...