搜索资源列表
i2c_master_slave_core_latest.tar
- i2c master slave vhdl code
ATmega128_divers
- ADC, SERVOs, display driver PYC2002, I2C slave ,Wiegand reader, Dallas reader and many more usefull drives for AVR ATmega128-ADC, SERVOs, display driver PYC2002, I2C slave ,Wiegand reader, Dallas reader and many more usefull drives for AVR ATmega128
Bascom-Avr-i2C-Slave-Library
- Its a I2c Communication with BASCOM in AVR
i2c
- LPC900单片机1主多从通信实例,带电路图-LPC900 microcontroller a master multi-slave communication examples
doc2560
- Using the USI module as a I2C slave for atmega avr.
slaa383.pdf
- msp430 i2c slave document
i2c
- 运用于飞利浦公司研发的I2C总线通讯协议的从机编程源代码。-Used I2C bus slave programming source code
7-bit--8-bit--and-10-bit-I2C-Slave-Addressing
- 7-bit, 8-bit, and 10-bit I2C Slave Addressing We often get inquiries from our customers about what slave address to use in order to communicate with their I2C slave device. Unfortunately a lot of this confusion stems from the fact that different
Code
- SMBus I/O接口是一个双线的双向串行总线。SMBus完全符合系统管理总线规范1.1版,与I2C串行总线兼容。系统控制器对接口的读写操作都是以字节为单位的,由SMBus接口自动控制数据的串行传输。在作为主或从器件时,数据传输的最大速率可达系统时钟频率的十分之一(这可能比SMBus的规定速度要快,取决于所使用的系统时钟)。可以采用延长低电平时间的方法协调同一总线上不同速度的器件。- Example code to interface a single 256-byte EEPROM to a
AVR_USI_I2C_slave_ASM
- Software I2C slave using AVR USI (AVR Studio Project)
I2C
- I2C(Inter-Integrated Circuit)总线是由PHILIPS公司开发的两线式串行总线,用于连接微控制器及其外围设备。是微电子通信控制领域广泛采用的一种总线标准。它是同步通信的一种特殊形式,具有接口线少,控制方式简单,器件封装形式小,通信速率较高等优点。I2C 总线支持任何IC 生产过程(CMOS、双极性)。通过串行数据(SDA)线和串行时钟 (SCL)线在连接到总线的器件间传递信息。每个器件都有一个唯一的地址识别(无论是微控制器——MCU、LCD 驱动器、存储器或键盘接口),
模拟I2C主机和模拟I2C从机)
- 包含了模拟I2C主端以及从端,带应答型号,不带应答信号都可以,已经在多个平台上验证了(It contains analog I2C master and slave, with response type and without answer signal. It has been verified on several platforms)