added tec modulation
This commit is contained in:
@ -679,9 +679,9 @@ static void MX_TIM5_Init(void)
|
||||
/* USER CODE BEGIN TIM5_Init 1 */
|
||||
|
||||
/* USER CODE END TIM5_Init 1 */
|
||||
TIM_InitStruct.Prescaler = 10000;
|
||||
TIM_InitStruct.CounterMode = LL_TIM_COUNTERMODE_UP;
|
||||
TIM_InitStruct.Autoreload = 560;
|
||||
TIM_InitStruct.Prescaler = 45;
|
||||
TIM_InitStruct.CounterMode = LL_TIM_COUNTERMODE_UP;
|
||||
TIM_InitStruct.Autoreload = 124;
|
||||
TIM_InitStruct.ClockDivision = LL_TIM_CLOCKDIVISION_DIV1;
|
||||
LL_TIM_Init(TIM5, &TIM_InitStruct);
|
||||
LL_TIM_DisableARRPreload(TIM5);
|
||||
|
||||
Reference in New Issue
Block a user