Confused about STM32F103 Encoder Interrupt
Posted on July 05, 2018 at 23:44 I'm trying to set an interrupt to occur each time my rotary encoder detents, however this doesn't seem to be working.What am I missing? This is how my timer function is setup: #define ENCODER_PPR 20 #define ...