stm32f0xx-hal
stm32f0xx-hal copied to clipboard
Quadrature Encoder Interface
I am using STM32F072RB, and its datasheet specifically mentions handling encoder signals with TIM2 and TIM3. I believe the interface implementation should be very similar to stm32f1xx-hal. Is there a reason why it was omitted from this crate?