This commit is contained in:
AG
2025-08-25 23:04:15 +02:00
committed by agone
parent 6806d8485f
commit a0c2bfa818
368 changed files with 69140 additions and 88086 deletions

View File

@@ -120,6 +120,9 @@ int main(void)
MX_USB_DEVICE_Init();
/* USER CODE BEGIN 2 */
//Force_TIM_GPIO_AFPP();
HAL_TIM_PWM_Start(&htim1, TIM_CHANNEL_1);
HAL_TIM_PWM_Start(&htim1, TIM_CHANNEL_2);
HAL_TIM_PWM_Start(&htim1, TIM_CHANNEL_3);
HAL_TIM_PWM_Start(&htim2, TIM_CHANNEL_1);
HAL_TIM_PWM_Start(&htim2, TIM_CHANNEL_2);
HAL_TIM_PWM_Start(&htim2, TIM_CHANNEL_3);