文件名称:STM32 IO口模拟IIC接口程序

  • 所属分类:
  • 单片机(51,AVR,MSP430等)
  • 资源属性:
  • [C/C++] [源码]
  • 上传时间:
  • 2017-08-05
  • 文件大小:
  • 503kb
  • 下载次数:
  • 0次
  • 提 供 者:
  • 铜***
  • 相关连接:
  • 下载说明:
  • 别用迅雷下载,失败请重下,重下不扣分!

介绍说明--下载内容均来自于网络,请自行研究使用

本程序基于stm32单片机 的io口模拟IIC,STM32单片机硬件复杂且不好用,使用本程序简洁明了。(This procedure is based on the STM32 microcontroller IO port analog IIC, STM32 microcontroller hardware complex and difficult to use, the use of this program is simple and clear.)
相关搜索: IIC
IAR

(系统自动生成,下载前可以参看下载内容)

下载文件列表

STM32 IO口模拟IIC接口程序

STM32 IO口模拟IIC接口程序\app

STM32 IO口模拟IIC接口程序\app\I2C_Driver.c

STM32 IO口模拟IIC接口程序\app\I2C_Driver.h

STM32 IO口模拟IIC接口程序\boot

STM32 IO口模拟IIC接口程序\boot\cortexm3_macro.s

STM32 IO口模拟IIC接口程序\boot\stm32f10x_vector.c

STM32 IO口模拟IIC接口程序\Debug

STM32 IO口模拟IIC接口程序\Debug\Exe

STM32 IO口模拟IIC接口程序\Debug\Exe\Stm32I2c.out

STM32 IO口模拟IIC接口程序\Debug\Exe\Stm32I2c.sim

STM32 IO口模拟IIC接口程序\Debug\List

STM32 IO口模拟IIC接口程序\Debug\Obj

STM32 IO口模拟IIC接口程序\Debug\Obj\cortexm3_macro.o

STM32 IO口模拟IIC接口程序\Debug\Obj\I2C_Driver.o

STM32 IO口模拟IIC接口程序\Debug\Obj\main.o

STM32 IO口模拟IIC接口程序\Debug\Obj\stm32f10x_adc.o

STM32 IO口模拟IIC接口程序\Debug\Obj\stm32f10x_bkp.o

STM32 IO口模拟IIC接口程序\Debug\Obj\stm32f10x_can.o

STM32 IO口模拟IIC接口程序\Debug\Obj\stm32f10x_crc.o

STM32 IO口模拟IIC接口程序\Debug\Obj\stm32f10x_dac.o

STM32 IO口模拟IIC接口程序\Debug\Obj\stm32f10x_dbgmcu.o

STM32 IO口模拟IIC接口程序\Debug\Obj\stm32f10x_dma.o

STM32 IO口模拟IIC接口程序\Debug\Obj\stm32f10x_exti.o

STM32 IO口模拟IIC接口程序\Debug\Obj\stm32f10x_flash.o

STM32 IO口模拟IIC接口程序\Debug\Obj\stm32f10x_fsmc.o

STM32 IO口模拟IIC接口程序\Debug\Obj\stm32f10x_gpio.o

STM32 IO口模拟IIC接口程序\Debug\Obj\stm32f10x_i2c.o

STM32 IO口模拟IIC接口程序\Debug\Obj\stm32f10x_it.o

STM32 IO口模拟IIC接口程序\Debug\Obj\stm32f10x_iwdg.o

STM32 IO口模拟IIC接口程序\Debug\Obj\stm32f10x_lib.o

STM32 IO口模拟IIC接口程序\Debug\Obj\stm32f10x_nvic.o

STM32 IO口模拟IIC接口程序\Debug\Obj\stm32f10x_pwr.o

STM32 IO口模拟IIC接口程序\Debug\Obj\stm32f10x_rcc.o

STM32 IO口模拟IIC接口程序\Debug\Obj\stm32f10x_rtc.o

STM32 IO口模拟IIC接口程序\Debug\Obj\stm32f10x_sdio.o

STM32 IO口模拟IIC接口程序\Debug\Obj\stm32f10x_spi.o

STM32 IO口模拟IIC接口程序\Debug\Obj\stm32f10x_systick.o

STM32 IO口模拟IIC接口程序\Debug\Obj\stm32f10x_tim.o

STM32 IO口模拟IIC接口程序\Debug\Obj\stm32f10x_usart.o

STM32 IO口模拟IIC接口程序\Debug\Obj\stm32f10x_vector.o

STM32 IO口模拟IIC接口程序\Debug\Obj\stm32f10x_wwdg.o

STM32 IO口模拟IIC接口程序\Debug\Obj\Stm32I2c.pbd

STM32 IO口模拟IIC接口程序\interrupt

STM32 IO口模拟IIC接口程序\interrupt\stm32f10x_it.c

STM32 IO口模拟IIC接口程序\interrupt\stm32f10x_it.h

STM32 IO口模拟IIC接口程序\library

STM32 IO口模拟IIC接口程序\library\inc

STM32 IO口模拟IIC接口程序\library\inc\cortexm3_macro.h

STM32 IO口模拟IIC接口程序\library\inc\stm32f10x_adc.h

STM32 IO口模拟IIC接口程序\library\inc\stm32f10x_bkp.h

STM32 IO口模拟IIC接口程序\library\inc\stm32f10x_can.h

STM32 IO口模拟IIC接口程序\library\inc\stm32f10x_crc.h

STM32 IO口模拟IIC接口程序\library\inc\stm32f10x_dac.h

STM32 IO口模拟IIC接口程序\library\inc\stm32f10x_dbgmcu.h

STM32 IO口模拟IIC接口程序\library\inc\stm32f10x_dma.h

STM32 IO口模拟IIC接口程序\library\inc\stm32f10x_exti.h

STM32 IO口模拟IIC接口程序\library\inc\stm32f10x_flash.h

STM32 IO口模拟IIC接口程序\library\inc\stm32f10x_fsmc.h

STM32 IO口模拟IIC接口程序\library\inc\stm32f10x_gpio.h

STM32 IO口模拟IIC接口程序\library\inc\stm32f10x_i2c.h

STM32 IO口模拟IIC接口程序\library\inc\stm32f10x_iwdg.h

STM32 IO口模拟IIC接口程序\library\inc\stm32f10x_lib.h

STM32 IO口模拟IIC接口程序\library\inc\stm32f10x_map.h

STM32 IO口模拟IIC接口程序\library\inc\stm32f10x_nvic.h

STM32 IO口模拟IIC接口程序\library\inc\stm32f10x_pwr.h

STM32 IO口模拟IIC接口程序\library\inc\stm32f10x_rcc.h

STM32 IO口模拟IIC接口程序\library\inc\stm32f10x_rtc.h

STM32 IO口模拟IIC接口程序\library\inc\stm32f10x_sdio.h

STM32 IO口模拟IIC接口程序\library\inc\stm32f10x_spi.h

STM32 IO口模拟IIC接口程序\library\inc\stm32f10x_systick.h

STM32 IO口模拟IIC接口程序\library\inc\stm32f10x_tim.h

STM32 IO口模拟IIC接口程序\library\inc\stm32f10x_type.h

STM32 IO口模拟IIC接口程序\library\inc\stm32f10x_usart.h

STM32 IO口模拟IIC接口程序\library\inc\stm32f10x_wwdg.h

STM32 IO口模拟IIC接口程序\library\src

STM32 IO口模拟IIC接口程序\library\src\stm32f10x_adc.c

STM32 IO口模拟IIC接口程序\library\src\stm32f10x_bkp.c

STM32 IO口模拟IIC接口程序\library\src\stm32f10x_can.c

STM32 IO口模拟IIC接口程序\library\src\stm32f10x_crc.c

STM32 IO口模拟IIC接口程序\library\src\stm32f10x_dac.c

STM32 IO口模拟IIC接口程序\library\src\stm32f10x_dbgmcu.c

STM32 IO口模拟IIC接口程序\library\src\stm32f10x_dma.c

STM32 IO口模拟IIC接口程序\library\src\stm32f10x_exti.c

STM32 IO口模拟IIC接口程序\library\src\stm32f10x_flash.c

STM32 IO口模拟IIC接口程序\library\src\stm32f10x_fsmc.c

STM32 IO口模拟IIC接口程序\library\src\stm32f10x_gpio.c

STM32 IO口模拟IIC接口程序\library\src\stm32f10x_i2c.c

STM32 IO口模拟IIC接口程序\library\src\stm32f10x_iwdg.c

STM32 IO口模拟IIC接口程序\library\src\stm32f10x_lib.c

STM32 IO口模拟IIC接口程序\library\src\stm32f10x_nvic.c

STM32 IO口模拟IIC接口程序\library\src\stm32f10x_pwr.c

STM32 IO口模拟IIC接口程序\library\src\stm32f10x_rcc.c

STM32 IO口模拟IIC接口程序\library\src\stm32f10x_rtc.c

STM32 IO口模拟IIC接口程序\library\src\stm32f10x_sdio.c

STM32 IO口模拟IIC接口程序\library\src\stm32f10x_spi.c

STM32 IO口模拟IIC接口程序\library\src\stm32f10x_systick.c

STM32 IO口模拟IIC接口程序\library\src\stm32f10x_tim.c

STM32 IO口模拟IIC接口程序\library\src\stm32f10x_usart.c

STM32 IO口模拟IIC接口程序\library\src\stm32f10x_wwdg.c

相关说明

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

相关评论

暂无评论内容.

发表评论

*主  题:
*内  容:
*验 证 码:

源码中国 www.ymcn.org