From bf6c7f7b381e1f74600bd2a14279fbed9537df84 Mon Sep 17 00:00:00 2001 From: ssslleep <2720057338@qq.com> Date: Sat, 27 Jul 2024 09:35:49 +0000 Subject: [PATCH] update utils/UartDevice/readme.md. Signed-off-by: ssslleep <2720057338@qq.com> --- utils/UartDevice/readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/UartDevice/readme.md b/utils/UartDevice/readme.md index 09c8174e..3d492a85 100644 --- a/utils/UartDevice/readme.md +++ b/utils/UartDevice/readme.md @@ -11,4 +11,4 @@ # 各文件的作用 * **UartDevice.h**:为上层应用提供了封装好的函数接口,用于与uart硬件设备进行交互。 * **UartDevice.cpp**:UartDevice.h中函数接口的具体定义和封装。 -* **UartDeviceImpl.cpp/UartDeviceImpl.h**:对uart硬件设备更底层更具体的一些操作,这里面定义和声明的函数会提供给UartDevice.cpp做进一步的封装。 +* **UartDeviceImpl.cpp/UartDeviceImpl.h**:这里面定义和声明的函数是对uart硬件设备更底层更具体的一些操作,它们会被提供给UartDevice.cpp做进一步的封装。