当前位置:
首页
资源下载

搜索资源 - software i2c slave
搜索资源列表
-
0下载:
I2C的slave端程序,用于响应master端,并进行通信-the slave I2C software, in response to the master terminal, and communications
-
-
0下载:
The Inter IC bus or I2C bus is a simple bidirectional two wire bus designed primarily for general control
and data transfer communication between ICs.
Some of the features of the I2C bus are:
• Two signal lines, a serial data line (SDA) an
-
-
0下载:
I2C (slave, software) to UART conveter, based on AT90S2313.-I2C (slave, software) to UART conveter, based on AT90S2313.
-
-
1下载:
These are the examples of LPC1114 microcontroller,Microcontroller produced by NXP, founded by Phillips. These examples show many simple code that can be run in Keil software. The examples include: ADC, Blinky LED, gpio, i2c, i2c slave, pwm, rs485, CA
-
-
0下载:
pic16f1829的i2c通信.一个pic做从机另一个做主机,主从都是硬件操作没有用软件模拟。主机发送一个值用于调整从机的pwm。-I2C communication pic16f1829. A pic from another host, master and slave are hardware operation without the use of simulation software.The host sends a value used to adjust from the ma
-
-
0下载:
Software I2C slave using AVR USI (AVR Studio Project)
-
-
0下载:
用三星的MCU S3F9454编写的电源管理程序,带电池保护和红外程序接收解码功能,带软件I2C从机功能,同时支持20个AD扫键不误码-Samsung MCU S3F9454 by written power management program, with battery protection and IR receiver decoder program functions with software I2C slave function, while supporting 20 AD sw
-
-
0下载:
1992 I2C 总线规范的这个版本有以下的修正
• 删除了用软件编程从机地址的内容因为实现这个功能相当复杂而且不被使用
• 删除了低速模式实际上这个模式是整个I2C 总线规范的子集不需要明确地详细说明
• 增加了快速模式它将位速率增加4 倍到达400kbit/s 快速模式器件都向下兼容即它们可以在
0~100kbit/s 的I2C 总线系统中使用
• 增加了10 位寻址允许1024 个额外的从机地址
• 快速模式器件的斜
-
-
0下载:
I2C通讯实例,单片机和单片机之间的通讯(// Example software to demonstrate the I2C Slave interface.
// - Interrupt-driven I2C Slave implementation
// - Only slave states defined
// - 1-byte I2C Slave data holder used for both transmit and receive
// - Timer3 used b
-