stm32-rs / stm32f0xx-hal

A Rust `embedded-hal` implementation for all MCUs in the STM32 F0 family
BSD Zero Clause License
134 stars 59 forks source link

implement Cancel trait for Timer #111

Open MarcoIeni opened 4 years ago

MarcoIeni commented 4 years ago

Timer in stm32f4xx-hal crate implements the Cancel trait. You may be interested in doing the same for this crate. Examples: