搜索资源列表
IICMaster
- FreeScale 9S08LL16环境下的IIC主机源码,实现主从机IIC通信-FreeScale 9S08LL16 environment IIC source host, to achieve the main slave IIC communication
IICSlave
- FreeScale 9S08LL16环境下的IIC从机源码,作为从机可与主机通信-FreeScale 9S08LL16 environment IIC source from the machine as a slave communication with the host
I2C
- IIC控制器的verilog实现,通过mcu接口对iic slave器件进行控制-IIC controller Verilog realize
Documents
- IIC MC9S12DG128 主机向从机写-IIC MC9S12DG128 host to write to the slave
LPC11_I2C
- IIC总线,包括初始化,主从设置,可在LPC11系列ARM上实现-IIC bus initialization, master and slave settings can achieve on in LPC11 family of ARM
iic_simulate
- iic_simulate 来实现从机模拟功能 从而进行iic读写操作 以实现自己的目的-iic_simulate to achieve iic read and write operations in order to achieve their own ends slave analog functions which
IIC_MaS
- 利用两款STC51的io口模拟IIC主从通讯,一款MCU做主机,一款MCU做从机。-there is a pro by STC51 simulated iic.STC11F32 is master mcu,and STC12F16 is slave mcu
I2C1-Slave
- SmartCortex M3-1788 中IIC总线程序编写-SmartCortex M3-1788 IIC
STM32F030C8-IIC-Slave-master
- 基于STM32F030的寄存器 的 I2C slave 代码。包含dummy read功能(I2C slave code based on STM32F030 register. Including dummy read functionality)
IIC Slave 中断
- STM32F030C8 I2C 从机 中断处理 DummyWrite模式。从机采用硬件I2C接口。已经修改了时序中存在的错误。