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

文件名称:BH1750_STM32(IIC)

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

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

这是STM32f103ve写的基于I2C协议的bh1750光照度传感器程序,并串口显示在PC机上-This is STM32f103ve wrote based I2C protocol bh1750 illuminance sensor program, and display the serial port on a PC
(系统自动生成,下载前可以参看下载内容)

下载文件列表

BH1750_STM32(IIC)/Doc/readme.txt
BH1750_STM32(IIC)/keilkill.bat
BH1750_STM32(IIC)/Libraries/CMSIS/core_cm3.c
BH1750_STM32(IIC)/Libraries/CMSIS/core_cm3.h
BH1750_STM32(IIC)/Libraries/CMSIS/startup/startup_stm32f10x_cl.s
BH1750_STM32(IIC)/Libraries/CMSIS/startup/startup_stm32f10x_hd.s
BH1750_STM32(IIC)/Libraries/CMSIS/startup/startup_stm32f10x_hd_vl.s
BH1750_STM32(IIC)/Libraries/CMSIS/startup/startup_stm32f10x_ld.s
BH1750_STM32(IIC)/Libraries/CMSIS/startup/startup_stm32f10x_ld_vl.s
BH1750_STM32(IIC)/Libraries/CMSIS/startup/startup_stm32f10x_md.s
BH1750_STM32(IIC)/Libraries/CMSIS/startup/startup_stm32f10x_md_vl.s
BH1750_STM32(IIC)/Libraries/CMSIS/startup/startup_stm32f10x_xl.s
BH1750_STM32(IIC)/Libraries/CMSIS/stm32f10x.h
BH1750_STM32(IIC)/Libraries/CMSIS/system_stm32f10x.c
BH1750_STM32(IIC)/Libraries/CMSIS/system_stm32f10x.h
BH1750_STM32(IIC)/Libraries/FWlib/inc/misc.h
BH1750_STM32(IIC)/Libraries/FWlib/inc/stm32f10x_adc.h
BH1750_STM32(IIC)/Libraries/FWlib/inc/stm32f10x_bkp.h
BH1750_STM32(IIC)/Libraries/FWlib/inc/stm32f10x_can.h
BH1750_STM32(IIC)/Libraries/FWlib/inc/stm32f10x_cec.h
BH1750_STM32(IIC)/Libraries/FWlib/inc/stm32f10x_crc.h
BH1750_STM32(IIC)/Libraries/FWlib/inc/stm32f10x_dac.h
BH1750_STM32(IIC)/Libraries/FWlib/inc/stm32f10x_dbgmcu.h
BH1750_STM32(IIC)/Libraries/FWlib/inc/stm32f10x_dma.h
BH1750_STM32(IIC)/Libraries/FWlib/inc/stm32f10x_exti.h
BH1750_STM32(IIC)/Libraries/FWlib/inc/stm32f10x_flash.h
BH1750_STM32(IIC)/Libraries/FWlib/inc/stm32f10x_fsmc.h
BH1750_STM32(IIC)/Libraries/FWlib/inc/stm32f10x_gpio.h
BH1750_STM32(IIC)/Libraries/FWlib/inc/stm32f10x_i2c.h
BH1750_STM32(IIC)/Libraries/FWlib/inc/stm32f10x_iwdg.h
BH1750_STM32(IIC)/Libraries/FWlib/inc/stm32f10x_pwr.h
BH1750_STM32(IIC)/Libraries/FWlib/inc/stm32f10x_rcc.h
BH1750_STM32(IIC)/Libraries/FWlib/inc/stm32f10x_rtc.h
BH1750_STM32(IIC)/Libraries/FWlib/inc/stm32f10x_sdio.h
BH1750_STM32(IIC)/Libraries/FWlib/inc/stm32f10x_spi.h
BH1750_STM32(IIC)/Libraries/FWlib/inc/stm32f10x_tim.h
BH1750_STM32(IIC)/Libraries/FWlib/inc/stm32f10x_usart.h
BH1750_STM32(IIC)/Libraries/FWlib/inc/stm32f10x_wwdg.h
BH1750_STM32(IIC)/Libraries/FWlib/src/misc.c
BH1750_STM32(IIC)/Libraries/FWlib/src/stm32f10x_adc.c
BH1750_STM32(IIC)/Libraries/FWlib/src/stm32f10x_bkp.c
BH1750_STM32(IIC)/Libraries/FWlib/src/stm32f10x_can.c
BH1750_STM32(IIC)/Libraries/FWlib/src/stm32f10x_cec.c
BH1750_STM32(IIC)/Libraries/FWlib/src/stm32f10x_crc.c
BH1750_STM32(IIC)/Libraries/FWlib/src/stm32f10x_dac.c
BH1750_STM32(IIC)/Libraries/FWlib/src/stm32f10x_dbgmcu.c
BH1750_STM32(IIC)/Libraries/FWlib/src/stm32f10x_dma.c
BH1750_STM32(IIC)/Libraries/FWlib/src/stm32f10x_exti.c
BH1750_STM32(IIC)/Libraries/FWlib/src/stm32f10x_flash.c
BH1750_STM32(IIC)/Libraries/FWlib/src/stm32f10x_fsmc.c
BH1750_STM32(IIC)/Libraries/FWlib/src/stm32f10x_gpio.c
BH1750_STM32(IIC)/Libraries/FWlib/src/stm32f10x_i2c.c
BH1750_STM32(IIC)/Libraries/FWlib/src/stm32f10x_iwdg.c
BH1750_STM32(IIC)/Libraries/FWlib/src/stm32f10x_pwr.c
BH1750_STM32(IIC)/Libraries/FWlib/src/stm32f10x_rcc.c
BH1750_STM32(IIC)/Libraries/FWlib/src/stm32f10x_rtc.c
BH1750_STM32(IIC)/Libraries/FWlib/src/stm32f10x_sdio.c
BH1750_STM32(IIC)/Libraries/FWlib/src/stm32f10x_spi.c
BH1750_STM32(IIC)/Libraries/FWlib/src/stm32f10x_tim.c
BH1750_STM32(IIC)/Libraries/FWlib/src/stm32f10x_usart.c
BH1750_STM32(IIC)/Libraries/FWlib/src/stm32f10x_wwdg.c
BH1750_STM32(IIC)/Listing/AM2320_STM32.map
BH1750_STM32(IIC)/Listing/startup_stm32f10x_hd.lst
BH1750_STM32(IIC)/Output/1.bin
BH1750_STM32(IIC)/Output/AM2320_STM32.axf
BH1750_STM32(IIC)/Output/AM2320_STM32.build_log.htm
BH1750_STM32(IIC)/Output/AM2320_STM32.hex
BH1750_STM32(IIC)/Output/AM2320_STM32.htm
BH1750_STM32(IIC)/Output/AM2320_STM32.lnp
BH1750_STM32(IIC)/Output/AM2320_STM32.sct
BH1750_STM32(IIC)/Output/AM2320_STM32_AM2320.dep
BH1750_STM32(IIC)/Output/bh1750.crf
BH1750_STM32(IIC)/Output/bh1750.d
BH1750_STM32(IIC)/Output/bh1750.o
BH1750_STM32(IIC)/Output/bsp_i2c_gpio.crf
BH1750_STM32(IIC)/Output/bsp_i2c_gpio.d
BH1750_STM32(IIC)/Output/bsp_i2c_gpio.o
BH1750_STM32(IIC)/Output/bsp_usart1.crf
BH1750_STM32(IIC)/Output/bsp_usart1.d
BH1750_STM32(IIC)/Output/bsp_usart1.o
BH1750_STM32(IIC)/Output/core_cm3.crf
BH1750_STM32(IIC)/Output/core_cm3.d
BH1750_STM32(IIC)/Output/core_cm3.o
BH1750_STM32(IIC)/Output/delay.crf
BH1750_STM32(IIC)/Output/delay.d
BH1750_STM32(IIC)/Output/delay.o
BH1750_STM32(IIC)/Output/i2c.crf
BH1750_STM32(IIC)/Output/i2c.d
BH1750_STM32(IIC)/Output/i2c.o
BH1750_STM32(IIC)/Output/main.crf
BH1750_STM32(IIC)/Output/main.d
BH1750_STM32(IIC)/Output/main.o
BH1750_STM32(IIC)/Output/misc.crf
BH1750_STM32(IIC)/Output/misc.d
BH1750_STM32(IIC)/Output/misc.o
BH1750_STM32(IIC)/Output/sscom.ini
BH1750_STM32(IIC)/Output/startup_stm32f10x_hd.d
BH1750_STM32(IIC)/Output/startup_stm32f10x_hd.o
BH1750_STM32(IIC)/Output/stm32f10x_adc.crf
BH1750_STM32(IIC)/Output/stm32f10x_adc.d
BH1750_STM32(IIC)/Output/stm32f10x_adc.o
BH1750_STM32(IIC)/Output/stm32f10x_bkp.crf
BH1750_STM32(IIC)/Output/stm32f10x_bkp.d
BH1750_STM32(IIC)/Output/stm32f10x_bkp.o
BH1750_STM32(IIC)/Output/stm32f10x_can.crf
BH1750_STM32(IIC)/Output/stm32f10x_can.d
BH1750_STM32(IIC)/Output/stm32f10x_can.o
BH1750_

相关说明

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

相关评论

暂无评论内容.

发表评论

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