代码搜索结果
找到约 10,000 项符合
EEPROM 的代码
eeprom.lnp
"EEPROM.obj"
TO "EEPROM"
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
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
eeprom.h
/* ------------------------------------------------------------------------
File : eeprom.h
Descr : Declarations of low-level EEPROM access functions.
History: 18AUG.00; Henk B&B; Definition
eeprom.c
/* ------------------------------------------------------------------------
File : eeprom.c
Descr : ATmega EEPROM access routines.
History: 18AUG.00; Henk B&B; Definition.
24JUL.01; "
eeprom.c
/*
to support wr/rd parameters to/from eeprom
*/
#include "def.h"
#include "2440addr.h"
#include "2440lib.h"
#define SLV_ADDR_24C02 0xa0
#define SLV_ADDR_CAMERA 0x42//0x5a
void mdelay(int
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
eeprom.h
/*============================================================================
____________________________________________________________________________
________