pwm ws driver (not working)

This commit is contained in:
Jack Humbert 2018-05-18 01:32:24 -04:00
parent 9fccfc8dd5
commit 7c19e9fa04
11 changed files with 352 additions and 631 deletions

View file

@ -182,7 +182,7 @@
* PWM driver system settings.
*/
#define STM32_PWM_USE_ADVANCED FALSE
#define STM32_PWM_USE_TIM1 FALSE
#define STM32_PWM_USE_TIM1 TRUE
#define STM32_PWM_USE_TIM2 FALSE
#define STM32_PWM_USE_TIM3 FALSE
#define STM32_PWM_USE_TIM4 FALSE