From 24764e307c2b8c41931595979fa3e59cfb4ef1cb Mon Sep 17 00:00:00 2001 From: "joey.zhou" <2775152163@qq.com> Date: Sat, 15 Mar 2025 15:02:48 +0800 Subject: [PATCH 1/2] uart_wiki --- zh/peripherals/machine.UART.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zh/peripherals/machine.UART.md b/zh/peripherals/machine.UART.md index 06f22e8..5208ef0 100644 --- a/zh/peripherals/machine.UART.md +++ b/zh/peripherals/machine.UART.md @@ -454,7 +454,7 @@ -
class machine.UART(UART.UARTn, baudrate, databits, parity, stopbits, flowctl)
参数描述:
-- Gitee From 9a4eece76c9a6d3847256c5cbf2fea00ace9210b Mon Sep 17 00:00:00 2001 From: "joey.zhou" <2775152163@qq.com> Date: Sat, 15 Mar 2025 15:04:44 +0800 Subject: [PATCH 2/2] uart_wiki --- en/peripherals/machine.UART.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en/peripherals/machine.UART.md b/en/peripherals/machine.UART.md index 48681b9..eedc665 100644 --- a/en/peripherals/machine.UART.md +++ b/en/peripherals/machine.UART.md @@ -454,7 +454,7 @@ This class transmits data through the UART.class machine.UART(UART.UARTn, baudrate, databits, parity, stopbits, flowctl)
Parametric Description
-- Gitee