更改 LED 闪烁函数避免闪烁频率过高无法观察
This commit is contained in:
parent
bc0a2d2034
commit
99270c7da5
@ -44,6 +44,6 @@ int main(void)
|
|||||||
*/
|
*/
|
||||||
void Echo(uint8_t byte)
|
void Echo(uint8_t byte)
|
||||||
{
|
{
|
||||||
LED1_Toggle;
|
LED1_Slow_Toggle;
|
||||||
UART_SendChar(COM1, byte);
|
UART_SendChar(COM1, byte);
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user