摘要: https://blog.csdn.net/Qiuoooooo/article/details/76977307 //proc编程 https://www.jianshu.com/p/73a100666591 https://blog.csdn.net/wangshuchangfrank/artic 阅读全文
posted @ 2019-11-01 17:08 hostid 阅读(179) 评论(0) 推荐(0)
摘要: https://www.runoob.com/linux/linux shell basic operators.html https://www.runoob.com/w3cnote/shell summary brackets.html //for循环 https://www.cnblogs.c 阅读全文
posted @ 2019-11-01 16:36 hostid 阅读(105) 评论(0) 推荐(0)
摘要: ``` #include //1、定义新的类型,结构体 struct pin_desc { unsigned int pin; unsigned int key_val; }; //2、用该类型定义变量并进行初始化 struct pin_desc pins_desc[4]= { {1,0x01}, {2,0x02}, {3,0X03}, {4,0x04}, }; voi... 阅读全文
posted @ 2019-11-01 15:07 hostid 阅读(145) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/aic1999/article/details/80390454 https://www.cnblogs.com/hyyq/p/8995372.html https://blog.csdn.net/fjsd155/article/details/79380 阅读全文
posted @ 2019-11-01 14:48 hostid 阅读(119) 评论(0) 推荐(0)