会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
无名
QQ群:电子爱好者194554761欢迎您的加入!
博客园
首页
新随笔
联系
管理
订阅
10 2015 档案
SZ,RZ传送文件
摘要:linux 和window之间通过xshell的命令SZ,RZ传送文件;
阅读全文
posted @
2015-10-22 21:19
[无名]
阅读(162)
评论(0)
推荐(0)
在Android下运行Linux平台编译的程序
摘要:编译时需注意使用 -static 编译选项; 否则会提示运行:/system/bin/sh: ./i2c: No such file or directory
阅读全文
posted @
2015-10-02 10:26
[无名]
阅读(490)
评论(0)
推荐(0)
【转】--在Android源码树中添加userspace I2C读写工具(i2c-util)
摘要:通过/dev/i2c-n节点,用户可以在userspace直接访问板上的i2c外设寄存器,主要是透过I2C_RDWR这个IO控制命令将i2c_msg数组传递给kernel去执行。下面的代码可以完成这个功能:#include #include #include #include #in...
阅读全文
posted @
2015-10-01 14:14
[无名]
阅读(719)
评论(0)
推荐(0)
公告