mirror of
https://gitee.com/jiuyilian/embedded-framework.git
synced 2025-01-06 10:16:51 -05:00
update utils/UartDevice/readme.md.
Signed-off-by: ssslleep <2720057338@qq.com>
This commit is contained in:
parent
a795e42b12
commit
bf6c7f7b38
|
@ -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做进一步的封装。
|
||||
|
|
Loading…
Reference in New Issue
Block a user