代码搜索:EEprom 开发教程
找到约 10,000 项符合「EEprom 开发教程」的源代码
代码结果 10,000
www.eeworm.com/read/424897/10402470
_c eeprom._c
//ICC-AVR application builder : 2005-11-12 17:11:59
// Target : M16
// Crystal: 8.0000Mhz
// copyright:鲁军波(endylu)
#include
#include
#include "main.h"
/*
//==============
www.eeworm.com/read/424897/10402538
_h eeprom._h
//ICC-AVR application builder : 2005-11-12 17:11:59
// Target : M16
// Crystal: 8.0000Mhz
// copyright:鲁军波(endylu)
#ifndef EEPROM_H
#define EEPROM_H
void EEPROM_write(uint16 address,uint8 da
www.eeworm.com/read/424897/10402624
c eeprom.c
//ICC-AVR application builder : 2005-11-12 17:11:59
// Target : M16
// Crystal: 8.0000Mhz
// copyright:鲁军波(endylu)
// www.shop34612283.taobao.com
// www.adembed.com
#include
#include
www.eeworm.com/read/279652/10408566
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/424736/10421136
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/424720/10423473
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
#define SLV_ADDR_CAMERA 0x5a
void m
www.eeworm.com/read/279369/10443281
bas eeprom.bas
'-----------------------------------------------------
' (c) 1998-2000 MCS Electronics
' EEPROM.BAS demonstrates WRITEEEPROM & READEEPROM
' of the AT89S8252 chip
' Make s
www.eeworm.com/read/279061/10468446
h eeprom.h
unsigned char EEPROM_Read(unsigned int address);
void EEPROM_Write(unsigned int address,unsigned char dd);