stm32-rs / stm32l0xx-hal

A hardware abstraction layer (HAL) for the STM32L0 series microcontrollers written in Rust
BSD Zero Clause License
96 stars 60 forks source link

implement Cancel trait for Timer #97

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: