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

Added pause & resume to timer control #220

Closed allexoll closed 2 years ago

allexoll commented 2 years ago

Small PR to add pause/resume to the timers

allexoll commented 2 years ago

make sense, thanks!