stm32f429 rotary encoder external interrupt
Posted on January 05, 2017 at 10:43Hi,I am using rotary encoder with two input i/o and i want to read the encoder pinA and pinB values with external interrupt. I am using callback function for two input PA0 and PA1. My functions are below:In stm32f4...