mirror of
https://gitee.com/dlmu-cone/bf_original_balance_chassis
synced 2026-07-24 19:47:44 +08:00
建立通信,验证图形绘制
This commit is contained in:
@@ -33,6 +33,8 @@ referee_info_t *RefereeInit(UART_HandleTypeDef *referee_usart_handle)
|
||||
void RefereeSend(uint8_t *send,uint16_t tx_len)
|
||||
{
|
||||
USARTSend(referee_usart_instance,send,tx_len);
|
||||
/* syhtodo DMA请求过快会导致数据发送丢失,考虑数据尽可能打成一阵个包 */
|
||||
HAL_Delay(1);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user