字符绘制

This commit is contained in:
kidneygood
2023-01-12 15:24:56 +08:00
parent 8df0014a79
commit 85a97abb9d
5 changed files with 115 additions and 86 deletions

View File

@@ -34,7 +34,7 @@ void RefereeSend(uint8_t *send,uint16_t tx_len)
{
USARTSend(referee_usart_instance,send,tx_len);
/* syhtodo DMA请求过快会导致数据发送丢失考虑数据尽可能打成一阵个包 */
HAL_Delay(1);
HAL_Delay(5);
}