摘要: int main(void) { /* USER CODE BEGIN 1 */ /* USER CODE END 1 */ /* MCU Configuration */ /* Reset of all peripherals, Initializes the Flash interface an 阅读全文
posted @ 2024-10-30 20:03 Zer0ne1 阅读(6) 评论(0) 推荐(0) 编辑
摘要: 1 void HAL_UART_RxCpltCallback(UART_HandleTypeDef *huart) 2 { 3 /* Prevent unused argument(s) compilation warning */ 4 UNUSED(huart); 5 if(RxCnt>=10) 阅读全文
posted @ 2024-10-30 18:35 Zer0ne1 阅读(5) 评论(0) 推荐(0) 编辑