文件名称: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.)
(系统自动生成,下载前可以参看下载内容)
下载文件列表
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
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