搜索资源列表
i2c
- 关于i2c模拟总线的c语言版本的c51程序
LPC2132 的I2C模拟程序
- 在KEIL环境下LPC2138的I2C模拟程序
异步通信软件模拟,基于RS-232的串口通信,RS-485的多机通信,I2C总线协议的软件实现,SPI总线在单片机系统中的实现
- 2.1异步通信软件模拟2.2基于RS-232的串口通信2.3基于RS-485的多机通信2.4 I2C总线协议的软件实现2.5 SPI总线在单片机系统中的实现
I2C.rar
- FPGA实现模拟I2C协议的过程,包括三个模块,i2c_master_bit_ctrl.v完成位传输功能、i2c_master_byte_ctrl.v完成字节传输功能,i2c_master_top.v完成整个程序的控制功能,并提供给外部程序的接口。 ,I2C Analog FPGA implementation of the Protocol process, including the three modules, i2c_master_bit_ctrl.v achieve bit tran
i2c.rar
- 51单片机,c8051f340通过GPIO模拟i2c程序,51 SCM, c8051f340 through GPIO analog i2c procedures
i2c-gpio
- linux中内核模块gpio模拟i2c,可以不用自带的i2c程序,减少使用cpu资源-linux kernel module in the simulation gpio i2c, i2c can not own procedures, reduce the use of cpu resources
I2C-slave
- 模拟I2C主机的比较多,模拟I2C从机的资源不多,从机相对主机而言要难一些,这个供大家借鉴。 这个从机程序支持主机对它的随机写和随机读,连续读和连续写没做。-Simulation I2C host more, simulation I2C slave modest resources, from the host machine is relatively more difficult in terms of some of this for your reference. The hos
gpio_i2c
- 在Wince环境下面的用 gpio 来模拟 i2c的源代码-Wince environment in the following simulation using gpio to i2c source code
i2c
- keil c51下基于软件模拟I2C总线的Dll动态连接库。下载后将其烤到keil\C51\bin下即可。-keil c51 simulates I2C based on software the main line the Dll dynamic connection storehouse. After downloading roasts it to keil\C51\bin under then.
I2C.C文档
- 51单片机没有I2C接口,所以可以采用软件模拟的方式,在P1口选择数据线和时钟线。下载可直接运行!-51 I2C interface, the software can be used in simulation, I choose the P1 line data and clock lines. Running can be downloaded directly!
I2C
- /* 51系列单片机在使用时,有时需要模拟I2C总线, */ /* 这里举出一个实例(读写串行EEPROM芯片at2402) */-/* 51 Series single-chip, when used, is sometimes necessary to simulate I2C bus,*//* here to cite a concrete example (read and write serial EEPROM chip at2402)* /
7290a
- 本模拟I2C软件包包含了I2C操作的底层子程序,使用前要定义 好SCL和SDA。在标准8051模式(12 Clock)下,对主频要求是不高于12MHz(即1个 机器周期1us) 若Fosc>12MHz则要增加相应的NOP指令数。(总线时序符合I2C标 准模式,100Kbit/S)。-The simulation package includes I2C operation of the bottom of I2C subroutines, use the former t
MSP430-I2C
- 用MSP430 IO 口模拟I2C通讯,是一个通用的模块-A general I2C module for you to control any I2C interface.
i2c
- 主要是包括单片机数据传输i2c传输程序一般是单片机模拟-Mainly single-chip data transfer, including transfer procedures i2c generally single-chip analog
i2C
- I2C模拟函数 I2C总线是飞利浦公司推出的总线技术,因其只使用两根I/O,就可以对一系列的I2C器件进行控制
I2C
- 51单片机I2C模拟程序,包括所有的模块,有详细的注释.是学习的好帮手.-51 Single-chip I2C simulation program, including all the modules, there are detailed notes. Is a good helper to learn.
I2C
- 用avr单片机写的IIC驱动程序,用io口模拟iic总线的时序,经验证可以以使用,以400k的速度非常稳定-Written with avr microcontroller IIC driver, with the io port analog iic bus timing, experience, certificates can be use to the speed of 400k is very stable
I2C模拟程序
- 不用STM32,STM8等的硬件I2C,而用软件模拟I2C,源代码
模拟I2C主机和模拟I2C从机)
- 包含了模拟I2C主端以及从端,带应答型号,不带应答信号都可以,已经在多个平台上验证了(It contains analog I2C master and slave, with response type and without answer signal. It has been verified on several platforms)
I2C模拟
- 欧姆龙传感器I2C通信与其它I2C通信稍微有一点不同,要求有精准的4us间隔。该程序专用于欧姆龙传感器(OMRON sensor I2C communication is slightly different from other I2C communications, requiring precise 4us intervals. The program is dedicated to OMRON sensors)