japaric / stm32f103xx-hal

HAL for the STM32F103xx family of microcontrollers
Apache License 2.0
115 stars 40 forks source link

Variable freq pwm #129

Open nraynaud opened 5 years ago

nraynaud commented 5 years ago

Adds an implementation for embedded_hal::Pwm. The name of the module might need to be changed, but I couldn't find better.

Since I have been doing rust for 2 weeks, I might need guidance on improving this PR before merging.