David-OConnor / stm32-hal

This library provides access to STM32 peripherals in Rust.
MIT License
147 stars 44 forks source link

TIM Delay in ms and in us #66

Closed yann77500 closed 1 year ago

yann77500 commented 1 year ago

DelayMs and DelayUs

Enabling Tim :

David-OConnor commented 1 year ago

Good stuff. Of note, I haven't used this functionality specifically (embedded-HAL delay impl), so thanks for catching and fixing this.