MaJerle / stm32fxxx-hal-libraries

Libraries for STM32F4xx and STM32F7xx built on HAL drivers from ST
MIT License
752 stars 432 forks source link

PWM Library? #16

Open czsimon opened 7 years ago

czsimon commented 7 years ago

Is there a PWM library? I tried to use the one in the stm32f429 project but it's giving me problems with how the new HAL libraries are set up.

MaJerle commented 7 years ago

There is no pwm lib. Only for std drivers is.

lekoook commented 4 years ago

Will there be a pwm library based on HAL in future? Or do I have to stick to std drivers for that?

MaJerle commented 4 years ago

No plans for HAL version.