会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
snowdrop的技术博客
博客园
首页
新随笔
联系
管理
订阅
1
2
3
4
5
···
12
下一页
2018年9月11日
蓝牙BLE扫描成功,log中打印出扫描到的设备
摘要: 仅扫描设备成功,暂时未在listview中显示,log中已经能打印出
阅读全文
posted @ 2018-09-11 15:23 snowdrop
阅读(1292)
评论(0)
推荐(0)
2018年5月18日
让acc数据实时显示在屏幕上,开vibrator,判断sensordata, vibrator是否probe起来
摘要: java activity_main.xml AndroidManifest.xml
阅读全文
posted @ 2018-05-18 19:53 snowdrop
阅读(280)
评论(0)
推荐(0)
2018年5月17日
platform_driver_register适配的两种方式及probe是否启动与硬件关系
摘要: platform_driver_register2种方式学习 1.platform_device_register与platform_driver_register配合使用: 实例代码摘自下述网址: 这样当两个name一样时,就会嗲用mt65xx_leds_probe这个函数了。 2.platfor
阅读全文
posted @ 2018-05-17 19:18 snowdrop
阅读(1446)
评论(0)
推荐(0)
vibrator_timedoutput学习
摘要: static struct class *timed_output_class; timed_output_class = class_create(THIS_MODULE, "timed_output"); //会在sys/class/timed_output,会创建class节点。 device
阅读全文
posted @ 2018-05-17 17:04 snowdrop
阅读(138)
评论(0)
推荐(0)
2018年5月15日
linux常见命令缩写
摘要: http://blog.chinaunix.net/uid-27164517-id-3299073.html
阅读全文
posted @ 2018-05-15 10:26 snowdrop
阅读(181)
评论(0)
推荐(0)
2018年4月23日
dtb文件反编译
摘要: http://www.laoliu-soft.net/dtb-fanbianyi/
阅读全文
posted @ 2018-04-23 20:01 snowdrop
阅读(657)
评论(0)
推荐(0)
2018年4月15日
链表逆置
摘要: https://blog.csdn.net/blioo/article/details/62050967
阅读全文
posted @ 2018-04-15 22:07 snowdrop
阅读(109)
评论(0)
推荐(0)
2018年4月9日
二级指针,指针数组,指针函数易混概念
摘要: 1.二级指针 2.指针数组 VS 数组指针 3.指针函数 VS 函数指针 1. *取内容,& 取地址。*一次,内容往前进一个,&一次,外面变量(指针)往后退一个 2.指针数组:数组里面全是指针 数组指针:一个指针,指向数组 int* a[4] 指针数组 表示:数组a中的元素都为int型指针 元素表示
阅读全文
posted @ 2018-04-09 17:02 snowdrop
阅读(233)
评论(0)
推荐(0)
2018年4月3日
Binder
摘要: http://gityuan.com/2015/10/31/binder-prepare/
阅读全文
posted @ 2018-04-03 16:08 snowdrop
阅读(76)
评论(0)
推荐(0)
Sensor 复习
摘要: 1. 看sensor I2C/GPIO两种访问步骤 2.常见设置的poll 数据频率 3.
阅读全文
posted @ 2018-04-03 16:00 snowdrop
阅读(99)
评论(0)
推荐(0)
1
2
3
4
5
···
12
下一页
公告