全部博文(185)
标题 | 阅读 | 评论 | 转发 | 发布日期 | |
---|---|---|---|---|---|
wpa_supplicant使用笔记-wpa_cli iwconfig | 2499 | 0 | 1 | 2011-03-14 | |
利用Samba配置文件共享服务 | 1386 | 0 | 0 | 2011-03-14 | |
samba配置 | 903 | 0 | 0 | 2011-03-14 | |
用wpa_cli 连接无线网络 | 3702 | 0 | 0 | 2011-03-14 | |
linux mmap 详解 | 1518 | 1 | 0 | 2011-03-11 | |
getopt的用法 | 1252 | 0 | 0 | 2011-03-06 | |
source insight 中文间距大问题和backspace使用 | 1794 | 0 | 0 | 2011-03-05 |
bob_zhang20042010-05-11 10:44
很好的blog , 咱俩志趣相投啊。 都是爱写爱分享的人, 以后一起学习一起进步。 http://kernelChina.cublog.cn
zhiqiang00712009-03-06 13:28
该文件中的函数要在驱动中调用。所以你首先得写一个字符驱动程序,然后在注册的系统调用read和write中调用gpio读写函数,当然,首先得在open中打开gpio模块电源和设置指定的gpio的输入出方向。这样你就可以在app中通过open, read, write系统调用来完成对gpio的操作了。 如果还有问题,请把你的app 贴出来,或发到我的邮箱,yzq.seen@gmail.com。
chinaunix网友2009-03-03 15:45
hello,I read your passege"达芬奇DM644X平台(ARM9, Linux-2.6.10)BSP之gpio.c浅析".It is very good. Thank you.But,I call the program in the app.c. It is fault. could you give me an example of GPIO.than you very much.My EMAIL is zdhwh@163.com.