Welcome![Sign In][Sign Up]
Location:
Search - software i2c

Search list

[SourceCodeC8051F120-I2C-simulate.c

Description: Example software to demonstrate the C8051F12x SMBus interface in Master mode.
Platform: | Size: 5077 | Author: liu_hao_yu@sina.com | Hits:

[SCMi2c

Description: 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.
Platform: | Size: 461824 | Author: | Hits:

[Embeded-SCM DevelopExample I2C Software (Using Microcode to Relocate

Description: MPC860的配置I2C示例代码-MPC860 configuration I2C sample code
Platform: | Size: 38912 | Author: 宋睿宁 | Hits:

[DocumentsI2C总线软件包源代码

Description: I2C总线软件包源代码-I2C bus software source code
Platform: | Size: 37888 | Author: 贾辉 | Hits:

[SCM用软件执行I2C总线的控制功能的方法 说明及源程序

Description: 用软件模拟I2C的源代码,内有说明-I2C software simulation source code, which is described
Platform: | Size: 105472 | Author: 萧曳 | Hits:

[Other Embeded programi2c软件包

Description: 以模块化的形式给出i2c总线模拟编程软件,不管什么芯片,只要是i2c总线,不加改动或改动很少就可使用-in a modular form is i2c Bus simulation software programming, no matter what the chip, as long as it is i2c bus, without change or modification can be used rarely
Platform: | Size: 1024 | Author: 孙瑞军 | Hits:

[DSP programI2C总线的虚拟仿真软件工具

Description: I2C总线的虚拟仿真软件工具,可确定您做的总线是否正常-I2C Bus virtual simulation software tools, so you can determine whether it is normal for the bus
Platform: | Size: 4096 | Author: 成龙 | Hits:

[SCMI2C总线源代码

Description: 完整的I2C软件开发包,包括模拟的I2C和硬件I2C,并且每种都有汇编和C语言两种-complete software development kits, including simulation and hardware I2C I2C, and the compilation and each have two C language
Platform: | Size: 37888 | Author: 龙武 | Hits:

[SCMAVR8535模拟I2C总线

Description: 本代马是以AVR系列单片机为硬件,开发环境采用ICCAVR,用软件模拟I2C总线-this generation is MCUs for hardware, using ICCAVR development environment with software simulation I2C Bus
Platform: | Size: 4096 | Author: uhu | Hits:

[Com PortI2C.C文档

Description: 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!
Platform: | Size: 1024 | Author: 李英达 | Hits:

[ARM-PowerPC-ColdFire-MIPS80c51-I2c-drv

Description: 8051下的I2C驱动软件,可以自由使用。C/C++。-8051 under the I2C driver software can be freely used. C/C.
Platform: | Size: 1024 | Author: lichun | Hits:

[SCMI2C

Description: 对于没有i2c接口的单片机来说,要用标准i2c器件通讯来说只能通过软件模拟了 本程序提供几个最高效的函数实现其功能,新方法,更高效-For there is no single-chip interface for i2c, i2c devices use standard communications software simulation run only through the procedures provided by several of the most efficient function to achieve its function, new methods, more efficient
Platform: | Size: 2048 | Author: 这个不说 | Hits:

[OtherI2C---C51

Description: 软件模拟IIC总线,关于51系列MCU的(C语言)-Software simulation of IIC bus, on the 51 series MCU
Platform: | Size: 153600 | Author: alexwan | Hits:

[DSP programI2C

Description: 24WC256芯片的驱动程序。由CCS3.1开发,TMS320LF2407的DSP中测试。利用软件模拟I2C协议 -24WC256 chip driver. By CCS3.1 development, TMS320LF2407 the DSP test. Use of software simulation I2C protocol
Platform: | Size: 4096 | Author: daihongjun | Hits:

[SCMI2C

Description: 使用单片机,读写I2C存储器。使用proteus软件进行仿真验证。-The use of single-chip, read and write I2C memory. The use of Proteus simulation software.
Platform: | Size: 58368 | Author: 张东 | Hits:

[SCMi2c

Description: pic 单片机i2c源码,包括软件实现和pic自带的i2c模块实现的程序 -i2c Singlechip pic source, including software and pic module i2c own procedures
Platform: | Size: 6144 | Author: xuwei | Hits:

[Documentsi2c.tar

Description: 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) and a serial clock line (SCL), and ground are required. A 12V supply line (500mA max.) for powering the peripherals often may be present. • Each device connected to the bus is software addressable by a unique address and simple master/ slave relationships exist at all times masters can operate as master-transmitters or as master-receivers. • The I2C bus is a true multi-master bus including collision detection and arbitration to prevent data corruption if two or more masters simultaneously initiate data transfer systems. • Serial, 8-bit oriented, bidirectional data transfers can be made at up to 100 KBit/s in the standard mode or up to 400 KBit/s in the fast mode.
Platform: | Size: 788480 | Author: lu | Hits:

[SCMi2c_pic_right

Description: ///*** *** *** * //一、程序说明: //1, 24LC02器件地址是1010000R/W. //2, 数组写入24LC02采取页写方式. //3, 数组code从24LC02读出时采取自由读方式. //4, 采用4.00M晶体。 //5,采用软件I2C。 //二、硬件连接: //1, SDA------->23 pin.(当然你可以任意选择脚位) //2, SCL------->18 Pin.(当然你可以任意选择脚位) //3, PORTB----->数码管的段输出 //4, RD4,RD5,RC6,RC7------->数码管的位输出(数码管为共阴极) -///*******************// A description of the procedures:// 1, 24LC02 device address is 1010000R/W.// 2, write an array to take 24LC02 page write mode.// 3, the array read out the code from the 24LC02 to take a free read.// 4, using 4.00M crystal.// 5, using software I2C.// Second, the hardware to connect:// 1, SDA-------> 23 pin. (Of course, you can choose to pin)// 2, SCL-------> 18 Pin. (Of course You can choose pin)// 3, PORTB-----> digital tube output segment// 4, RD4, RD5, RC6, RC7-------> digital pipe-bit output (digital tube for a total of cathode)
Platform: | Size: 2048 | Author: lm | Hits:

[SCMPIC单片机的I2C 24LC02 C读写程序

Description: 1, 24LC02器件地址是1010000R/W. 2, 数组写入24LC02采取页写方式. 3, 数组code从24LC02读出时采取自由读方式. 4, 采用4.00M晶体。 5,采用软件I2C。(1, the 24LC02 device address is 1010000R/W. 2, take 24LC02 array to write page write mode. 3, the array code take free read read from the 24LC02. 4, using 4.00M crystal. 5, by using the software I2C.)
Platform: | Size: 6144 | Author: 329275455 | Hits:

[ARM-PowerPC-ColdFire-MIPSSoftware I2C,SPI using STM32

Description: Software I2C,SPI using STM32
Platform: | Size: 203776 | Author: Thenos | Hits:
« 12 3 4 5 6 7 8 9 10 ... 16 »

CodeBus www.codebus.net