加速器陀螺仪及算法

算法

http://www.gadgetsaint.com/android/create-pedometer-step-counter-android/#.WN7-gfl97IX

http://www.gadgetsaint.com/android/create-pedometer-step-counter-android/#.WNzINfmGPIV

https://github.com/bagilevi/android-pedometer

http://stackoverflow.com/questions/20324356/how-to-calculate-exact-foot-step-count-using-accelerometer-in-android

https://github.com/296777513/pedometer/blob/master/src/com/bit/pedometer/service/StepDetector.java


原理:

http://www.cnblogs.com/liuq0s/archive/2010/09/02/1816394.html

http://blog.jobbole.com/98830/

http://www.360doc.com/content/14/0716/10/18578054_394731276.shtml

http://blog.csdn.net/fz_pro/article/details/7588054


百度开源:

http://yuedu.baidu.com/ebook/6015724f0b4e767f5acfceb7.html###


LIS3DH:

http://www.st.com/zh/mems-and-sensors/lis3dh.html


串口通信基本概念

http://digital.ni.com/public.nsf/allkb/9F439B3D68D9072F4825703000383197


计步:

http://www.analog.com/cn/analog-dialogue/articles/pedometer-design-3-axis-digital-acceler.html


字节字符

https://en.wikipedia.org/wiki/Byte

http://blog.csdn.net/ns_code/article/details/14162087

#include <stdio.h>
#include <stdlib.h>

int main(void) { 
    char a[] = "3334";
    int z = strtol( a, NULL, 16 );
printf( "z = %d\n", z );
return 0;
}

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值