摘要:
int main(void) { /* USER CODE BEGIN 1 */ /* USER CODE END 1 */ /* MCU Configuration */ /* Reset of all peripherals, Initializes the Flash interface an 阅读全文
摘要:
1 void HAL_UART_RxCpltCallback(UART_HandleTypeDef *huart) 2 { 3 /* Prevent unused argument(s) compilation warning */ 4 UNUSED(huart); 5 if(RxCnt>=10) 阅读全文