CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 嵌入式/单片机编程 单片机(51,AVR,MSP430等)

文件名称:MPU9150(test)

  • 所属分类:
  • 标签属性:
  • 上传时间:
    2014-06-18
  • 文件大小:
    1.03mb
  • 已下载:
    0次
  • 提 供 者:
  • 相关连接:
  • 下载说明:
    别用迅雷下载,失败请重下,重下不扣分!

介绍说明--下载内容来自于网络,使用问题请自行百度

MPU9150的基本代码,能读出加速度和角速度6个值,是新手入门很好的指导代码。-MPU9150 the basic code, read the value of the acceleration and angular velocity 6 is a good beginners guide code.
(系统自动生成,下载前可以参看下载内容)

下载文件列表

MPU9150(test)/
MPU9150(test)/JLinkLog.txt
MPU9150(test)/boot/
MPU9150(test)/boot/cortexm3_macro.s
MPU9150(test)/boot/readme.txt
MPU9150(test)/boot/stm32f10x_vector.s
MPU9150(test)/interrupt/
MPU9150(test)/interrupt/readme.txt
MPU9150(test)/interrupt/stm32f10x_it.c
MPU9150(test)/interrupt/stm32f10x_it.h
MPU9150(test)/library/
MPU9150(test)/library/inc/
MPU9150(test)/library/inc/cortexm3_macro.h
MPU9150(test)/library/inc/stm32f10x_adc.h
MPU9150(test)/library/inc/stm32f10x_bkp.h
MPU9150(test)/library/inc/stm32f10x_can.h
MPU9150(test)/library/inc/stm32f10x_crc.h
MPU9150(test)/library/inc/stm32f10x_dac.h
MPU9150(test)/library/inc/stm32f10x_dbgmcu.h
MPU9150(test)/library/inc/stm32f10x_dma.h
MPU9150(test)/library/inc/stm32f10x_exti.h
MPU9150(test)/library/inc/stm32f10x_flash.h
MPU9150(test)/library/inc/stm32f10x_fsmc.h
MPU9150(test)/library/inc/stm32f10x_gpio.h
MPU9150(test)/library/inc/stm32f10x_i2c.h
MPU9150(test)/library/inc/stm32f10x_iwdg.h
MPU9150(test)/library/inc/stm32f10x_lib.h
MPU9150(test)/library/inc/stm32f10x_map.h
MPU9150(test)/library/inc/stm32f10x_nvic.h
MPU9150(test)/library/inc/stm32f10x_pwr.h
MPU9150(test)/library/inc/stm32f10x_rcc.h
MPU9150(test)/library/inc/stm32f10x_rtc.h
MPU9150(test)/library/inc/stm32f10x_sdio.h
MPU9150(test)/library/inc/stm32f10x_spi.h
MPU9150(test)/library/inc/stm32f10x_systick.h
MPU9150(test)/library/inc/stm32f10x_tim.h
MPU9150(test)/library/inc/stm32f10x_type.h
MPU9150(test)/library/inc/stm32f10x_usart.h
MPU9150(test)/library/inc/stm32f10x_wwdg.h
MPU9150(test)/library/src/
MPU9150(test)/library/src/stm32f10x_adc.c
MPU9150(test)/library/src/stm32f10x_bkp.c
MPU9150(test)/library/src/stm32f10x_can.c
MPU9150(test)/library/src/stm32f10x_crc.c
MPU9150(test)/library/src/stm32f10x_dac.c
MPU9150(test)/library/src/stm32f10x_dbgmcu.c
MPU9150(test)/library/src/stm32f10x_dma.c
MPU9150(test)/library/src/stm32f10x_exti.c
MPU9150(test)/library/src/stm32f10x_flash.c
MPU9150(test)/library/src/stm32f10x_fsmc.c
MPU9150(test)/library/src/stm32f10x_gpio.c
MPU9150(test)/library/src/stm32f10x_i2c.c
MPU9150(test)/library/src/stm32f10x_iwdg.c
MPU9150(test)/library/src/stm32f10x_lib.c
MPU9150(test)/library/src/stm32f10x_nvic.c
MPU9150(test)/library/src/stm32f10x_pwr.c
MPU9150(test)/library/src/stm32f10x_rcc.c
MPU9150(test)/library/src/stm32f10x_rtc.c
MPU9150(test)/library/src/stm32f10x_sdio.c
MPU9150(test)/library/src/stm32f10x_spi.c
MPU9150(test)/library/src/stm32f10x_systick.c
MPU9150(test)/library/src/stm32f10x_tim.c
MPU9150(test)/library/src/stm32f10x_usart.c
MPU9150(test)/library/src/stm32f10x_wwdg.c
MPU9150(test)/list/
MPU9150(test)/list/cortexm3_macro.lst
MPU9150(test)/list/mpu9150.map
MPU9150(test)/list/stm32f10x_vector.lst
MPU9150(test)/mpu9150.uvopt
MPU9150(test)/mpu9150.uvproj
MPU9150(test)/mpu9150_MPU9150.dep
MPU9150(test)/mpu9150_uvopt.bak
MPU9150(test)/mpu9150_uvproj.bak
MPU9150(test)/obj/
MPU9150(test)/obj/ExtDll.iex
MPU9150(test)/obj/cortexm3_macro.o
MPU9150(test)/obj/delay.crf
MPU9150(test)/obj/delay.d
MPU9150(test)/obj/delay.o
MPU9150(test)/obj/i2c_mpu6050.crf
MPU9150(test)/obj/i2c_mpu6050.d
MPU9150(test)/obj/i2c_mpu6050.o
MPU9150(test)/obj/main.crf
MPU9150(test)/obj/main.d
MPU9150(test)/obj/main.o
MPU9150(test)/obj/mpu9150.axf
MPU9150(test)/obj/mpu9150.hex
MPU9150(test)/obj/mpu9150.htm
MPU9150(test)/obj/mpu9150.lnp
MPU9150(test)/obj/mpu9150.plg
MPU9150(test)/obj/mpu9150.sct
MPU9150(test)/obj/mpu9150.tra
MPU9150(test)/obj/stm32f10x_flash.crf
MPU9150(test)/obj/stm32f10x_flash.d
MPU9150(test)/obj/stm32f10x_flash.o
MPU9150(test)/obj/stm32f10x_gpio.crf
MPU9150(test)/obj/stm32f10x_gpio.d
MPU9150(test)/obj/stm32f10x_gpio.o
MPU9150(test)/obj/stm32f10x_i2c.crf
MPU9150(test)/obj/stm32f10x_i2c.d
MPU9150(test)/obj/stm32f10x_i2c.o
MPU9150(test)/obj/stm32f10x_it.crf
MPU9150(test)/obj/stm32f10x_it.d
MPU9150(test)/obj/stm32f10x_it.o
MPU9150(test)/obj/stm32f10x_lib.crf
MPU9150(test)/obj/stm32f10x_lib.d
MPU9150(test)/obj/stm32f10x_lib.o
MPU9150(test)/obj/stm32f10x_rcc.crf
MPU9150(test)/obj/stm32f10x_rcc.d
MPU9150(test)/obj/stm32f10x_rcc.o
MPU9150(test)/obj/stm32f10x_usart.crf
MPU9150(test)/obj/stm32f10x_usart.d
MPU9150(test)/obj/stm32f10x_usart.o
MPU9150(test)/obj/stm32f10x_vector.o
MPU9150(test)/obj/usart1.crf
MPU9150(test)/obj/usart1.d
MPU9150(test)/obj/usart1.o
MPU9150(test)/src/
MPU9150(test)/src/I2C_MPU6050.c
MPU9150(test)/src/I2C_MPU6050.h
MPU9150(test)/src/delay.c
MPU9150(test)/src/delay.h
MPU9150(test)/src/main.c
MPU9150(test)/src/usart1.c
MPU9150(test)/src/usart1.h

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 搜珍网是交换下载平台,只提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度。更多...
  • 本站已设置防盗链,请勿用迅雷、QQ旋风等下载软件下载资源,下载后用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或换浏览器;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.

相关评论

暂无评论内容.

发表评论

*快速评论: 推荐 一般 有密码 和说明不符 不是源码或资料 文件不全 不能解压 纯粹是垃圾
*内  容:
*验 证 码:
搜珍网 www.dssz.com

浏览历史记录

关闭