HAL_UART_Transmit(&huart2, (uint8_t*)msg, strlen(msg), HAL_MAX_DELAY); // Pretend we have to do something else for a while. HAL_Delay(1);
確定! 回上一頁