搜索资源列表
BasicTWI
- IAR编译环境下的AT91SAM7S64芯片的两线接口TWI的应用测试代码,主要是针对I2C接口的EEPROM的读写功能演示。-IAR compiler environment of Atmel chip 2-wire interface of the application testing TWI generation code is targeted mainly at the interface I2C EEPROM read and write capabilities demonstr
I2C
- STM32F107 KEIL 下 硬件I2C读写ZLG7290 -STM32F107 KEIL hardware I2C read and write the next ZLG7290
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)* /
ParaIICXP0306BACK
- VC 控制并口模拟I2C写VGA的EDID的程序,工控软件。-VC control the LPT as i2c communicate portocol, write or read the VGA EDIT.
I2C512
- 很好用的I2C驱动,经过修改可以用于所有的I2C EEPROM读写-I2C driver,can be used for all the I2C EEPROM read and write
STM32F107ZLG7290
- stm32f107 模拟I2C 读写ZLG 7290 也可读写24C-stm32f107 simulated I2C read and write ZLG 7290 can also read and write 24CXX
mainprogramRTC
- Using Keil uVision to create this project and compile it to get the hex file. Interfacing DS1307 with AT89S52/1/3 to read and write RTC(Real Time Clocking) IC with I2C bus protocol. SDA and SCL connected into AT89S52 P2.0 Pin and P2.1 pin.
STM32I2C_EE
- STM32的I2C读写EEPROM的源码,测试可用!-STM32 I2C EEPROM read and write the source code, testing available!
arm_WR24C02
- arm2378 I2C读写EEPROM程序-arm2378 I2C EEPROM read and write procedures
I2C
- ARM LPC23XX系列微处理器I2C软件包,包括I2C的初始化,I2C的单字节读写,多字节读写等功能!-ARM LPC23XX series microprocessor I2C package, including the initialization I2C, I2C read and write single-byte and multi-byte read and write and other functions!
I2CSlaveCAT24WC02
- I2C从机程序,读写flash,基于ARM-LPC2131-I2C slave program, read and write flash, based on ARM-LPC2131
I2C
- 基于MEGA16的硬件I2C驱动读写24C02的代码,已调试通过,可直接使用-Hardware-based I2C driver MEGA16 24C02 code to read and write, has been debugged, can be used directly
MCU-READ-AND-WRITE-AT24CXX
- 单片机C语言,单片机与ZLG7290通过I2C通讯,驱动8个数码管-SCM C language, microcontroller through the I2C communication with ZLG7290, driver 8 digital tube
LPC2100-I2c
- 基于arm lpc2100系列单片机通过I2C实现对EEPROM读写控制。-base on arm lpc 2100 cpu to write/read eeprom through I2C
i2c
- ZLG7290的驱动程序,包括其内部寄存器的读写,本人已经结合硬件成功实现内部寄存器的读写以及键盘的读取操作-ZLG7290 driver, including its internal register read and write, I have combined hardware successful implementation of the internal register read and write and read operation of the keyboard
eeprom
- I2C EEPROM 存取源碼, 通用ATMEL-I2C EEPROM read/write
I2c
- I2C read and write files
i2c
- ARM-M0-LPC1114 I2C串口通讯程序-From device to device, the I2C communication protocol may vary, in the example below, the protocol uses repeated start to read data from or write to the device: For master read: the sequence is: STA,Addr(W),offset,RE-
I2C-Bus-Test
- FW2103,I2C总线对CAT1024进行读写操作,并以LED显示状态-FW2103 I2C bus read and write operations CAT1024 LED display status
I2C
- 4. I2C程序设计与电路仿真 LPC2138微控制器具有标准的硬件I2C接口,可配置主机或从机,总线时钟频率可调整,可支持400KHZ总线频率。使用I2C总线时,要将P0.2、P0.3连接设置选择SCL、SDA,并且总线上要接两个上拉电阻,阻值1~5千欧。 定义器件的地址和LED输出端口,设置包括从机地址、子地址、数据缓冲区指针、操作数据个数、操作结束标志、子地址使能控制在内的变量。使用PINSEL0、PINSEL1寄存器设置I/O口工作模式,设置LED控制口为输出,其他I/O为输入。