代码搜索:如何学习 EEprom?
找到约 10,000 项符合「如何学习 EEprom?」的源代码
代码结果 10,000
www.eeworm.com/read/422079/10665866
plg eeprom.plg
礦ision3 Build Log
Project:
E:\Program Files\Labcenter Electronics\Proteus 6 Demonstration(2)\67 EEPROM\EEPROM.uv2
Project File Date: 08/06/2006
Outp
www.eeworm.com/read/422079/10665867
obj eeprom.obj
www.eeworm.com/read/159327/10669617
eeprom flashwrite.eeprom
www.eeworm.com/read/421297/10743654
c eeprom.c
//#define _I2C_H
#include "71x_lib.h"
#include "eeprom.h"
void Init_I2C0()
{
//Configure I2C0
GPIO_Config (GPIO1, I2C0_SCL_Pin| I2C0_SDA_Pin, GPIO_AF_OD); // Alternation Open Drian se
www.eeworm.com/read/421297/10743713
h eeprom.h
#ifndef _I2C_H
#define _I2C_H
void EEP_Write (u16 MemAddress, u8 Value);
u8 EEP_Read(u16 MemAddress);
void Delay_ms(u16 time);
void Init_I2C0(void);
#define I2C0_SCL_Pin (0x1
www.eeworm.com/read/421297/10743798
o eeprom.o
www.eeworm.com/read/350419/10743820
c eeprom.c
/*
create by hzh, to support wr/rd parameters to/from eeprom
*/
#include "def.h"
#include "2440addr.h"
#include "2440lib.h"
#define SLV_ADDR_24C02 0xa0
void Delay(int ms);
static volati
www.eeworm.com/read/421297/10743836
o eeprom.o
www.eeworm.com/read/421297/10743852
o eeprom.o
www.eeworm.com/read/349999/10777684
lst eeprom.lst
C51 COMPILER V7.06 EEPROM 04/10/2006 16:28:24 PAGE 1
C51 COMPILER V7.06, COMPILATION OF MODULE EEPROM
OBJECT MODULE PLACED IN