motor control init parameters

This commit is contained in:
lucordes 2025-07-24 23:05:33 +02:00
parent fcb3457c42
commit 620b3867c9
2 changed files with 618 additions and 448 deletions

File diff suppressed because it is too large Load Diff

View File

@ -228,7 +228,7 @@ void USART6_IRQHandler(void)
/* USER CODE END USART6_IRQn 0 */
HAL_UART_IRQHandler(&huart6);
/* USER CODE BEGIN USART6_IRQn 1 */
//UART_CALLBACK();
UART_CALLBACK();
/* USER CODE END USART6_IRQn 1 */
}