Merge pull request #1845 from xoviat/qei

stm32: add qei
This commit is contained in:
xoviat
2023-08-30 23:16:33 +00:00
committed by GitHub
2 changed files with 97 additions and 0 deletions

View File

@ -1,4 +1,5 @@
pub mod complementary_pwm;
pub mod qei;
pub mod simple_pwm;
use stm32_metapac::timer::vals;