2019年3月6日

摘要: main函数: 新建testmain.c #include <sys/types.h>#include <sys/stat.h>#include <fcntl.h>#include <stdio.h> int main(int argc, char **argv) { int i,j; i = at 阅读全文
posted @ 2019-03-06 11:45 LMENG_TREE 阅读(271) 评论(0) 推荐(0)
 
摘要: led_drv.c驱动文件: #include <linux/module.h>#include <linux/kernel.h>#include <linux/init.h>#include <asm/io.h> //包含 iomap 和 iounmap 函数 #include <asm/uacc 阅读全文
posted @ 2019-03-06 09:12 LMENG_TREE 阅读(429) 评论(0) 推荐(0)