文件名称:project3
- 所属分类:
- 单片机(51,AVR,MSP430等)
- 资源属性:
- 上传时间:
- 2015-04-28
- 文件大小:
- 4kb
- 下载次数:
- 0次
- 提 供 者:
- 陈**
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
本例程使用GPIO模拟I2C时序实现串行EEPROM的读写,并测试读写速度。
核心文件为:
b i2c_gpio.c/.h : I2C底层协议的实现代码(所有的I2C器件均可用)
b eeprom_24xx.c/.h : 24XX串行EEPROM的驱动程序
demo_i2c_eeprom.c/.h : 演示EEPROM读写的主程序
修改SCL时钟频率的方法:修改b i2c_gpio.c中的函数 static void i2c_Delay(void)-The routine use of analog I2C GPIO Timing serial EEPROM read and write, and test the read and write speed. Core file: b i2c_gpio.c/.h: I2C underlying protocol implementation code (all I2C devices are available) b eeprom_24xx.c/.h: 24XX serial EEPROM driver demo_i2c_eeprom.c/.h: Demo EEPROM write The main modification method SCL clock frequency: Modify b i2c_gpio.c the function static void i2c_Delay (void)
核心文件为:
b i2c_gpio.c/.h : I2C底层协议的实现代码(所有的I2C器件均可用)
b eeprom_24xx.c/.h : 24XX串行EEPROM的驱动程序
demo_i2c_eeprom.c/.h : 演示EEPROM读写的主程序
修改SCL时钟频率的方法:修改b i2c_gpio.c中的函数 static void i2c_Delay(void)-The routine use of analog I2C GPIO Timing serial EEPROM read and write, and test the read and write speed. Core file: b i2c_gpio.c/.h: I2C underlying protocol implementation code (all I2C devices are available) b eeprom_24xx.c/.h: 24XX serial EEPROM driver demo_i2c_eeprom.c/.h: Demo EEPROM write The main modification method SCL clock frequency: Modify b i2c_gpio.c the function static void i2c_Delay (void)
(系统自动生成,下载前可以参看下载内容)
下载文件列表
project.uvproj