文件名称:BMA150
- 所属分类:
- 单片机(51,AVR,MSP430等)
- 资源属性:
- [C/C++] [源码]
- 上传时间:
- 2013-05-21
- 文件大小:
- 871kb
- 下载次数:
- 0次
- 提 供 者:
- 陈**
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
BMA150,本例程采用I2C通信,简单易用,能读出XYZ三个状态和加速度值,精度是11位,有正负值,对于有意开发此项目的人有一定的帮助。直接移值过去就可以用了。
里面有BMA150的datasheet,原理图,和程序。拿来就用。-BMA150 is used to read the XYZ three-dimensional coordinates of devices, mainly for mobile phone acceleration sensors and security products, which is a success throughout the routine use of I2C communication, easy to use, can read XYZ three states and accelerationvalue, precision is 11 bits, positive and negative, have some help for those who wish to develop this project. The direct shift value in the past can be used.
BMA150 datasheet, schematics, and procedures. Brought on by.
里面有BMA150的datasheet,原理图,和程序。拿来就用。-BMA150 is used to read the XYZ three-dimensional coordinates of devices, mainly for mobile phone acceleration sensors and security products, which is a success throughout the routine use of I2C communication, easy to use, can read XYZ three states and accelerationvalue, precision is 11 bits, positive and negative, have some help for those who wish to develop this project. The direct shift value in the past can be used.
BMA150 datasheet, schematics, and procedures. Brought on by.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
BMA150_DataSheet_Rev15_30May2008.pdf
说明.txt
BMA150例程\bma150.c
..........\bma150.dep
..........\bma150.h
..........\bma150.pdb
..........\bma150.stp
..........\bma150.stw
..........\bma150.wdb
..........\bma150.wed
..........\bma150_plot_ws.xml
..........\Debug\bma150.elf
..........\.....\bma150.lkf
..........\.....\bma150.ls
..........\.....\bma150.map
..........\.....\bma150.o
..........\.....\bma150.s19
..........\.....\bma150.sm8
..........\.....\i2c.ls
..........\.....\i2c.o
..........\.....\main.ls
..........\.....\main.o
..........\.....\stm8_interrupt_vector.ls
..........\.....\stm8_interrupt_vector.o
..........\i2c.c
..........\i2c.h
..........\io_convert.h
..........\io_define.h
..........\main.c
..........\Release\bma150.lkf
..........\STM8L151.h
..........\STM8S105C_S.h
..........\stm8_interrupt_vector.c
原理图.bmp
BMA150例程\Debug
..........\Release
BMA150例程