摘要: 一、来源介绍 参考韦东山的直播视频课 基本思想学习自Linux驱动 二、串口驱动 #ifndef __UART_DRIVER_H_ #define __UART_DRIVER_H_ #include "stdint.h" struct UART_Device{ // 名称 char *name; / 阅读全文
posted @ 2025-08-09 09:49 gramming 阅读(27) 评论(0) 推荐(0)