Refactor code structure for improved readability and maintainability

This commit is contained in:
2025-05-18 13:07:33 +02:00
parent 95ec6cd0ab
commit b308f80a11
25 changed files with 648 additions and 2647 deletions
+1 -1
View File
@@ -39,7 +39,7 @@ void MX_USART1_UART_Init(void)
/* USER CODE END USART1_Init 1 */
huart1.Instance = USART1;
huart1.Init.BaudRate = 115200;
huart1.Init.BaudRate = 9600;
huart1.Init.WordLength = UART_WORDLENGTH_8B;
huart1.Init.StopBits = UART_STOPBITS_1;
huart1.Init.Parity = UART_PARITY_NONE;