摘要: 一、根据下面的应用程序代码,试写出对应的LED灯的字符设备驱动程序。 //应用程序 #include<stdio.h> #include<string.h> #include<stdlib.h> #include<sys/types.h> //头文件的查看可用 man 2 open命令查看 #inc 阅读全文
posted @ 2021-11-24 21:17 TTMoon 阅读(16) 评论(0) 推荐(0)