代码搜索:如何学习 EEprom?
找到约 10,000 项符合「如何学习 EEprom?」的源代码
代码结果 10,000
www.eeworm.com/read/470000/6922244
lst eeprom.lst
C51 COMPILER V7.09 EEPROM 04/14/2009 08:43:10 PAGE 1
C51 COMPILER V7.09, COMPILATION OF MODULE EEPROM
OBJECT MODULE PLACED IN
www.eeworm.com/read/470000/6922273
h eeprom.h
//extern char Key_read ();
#define uchar unsigned char
#define uint unsigned int
#define ulong unsigned long
sbit I2C_SDA= P1^6;//**********LINK TO IIC BUS
sbit I2C_SCK= P1^7;//**********
www.eeworm.com/read/470000/6922278
c eeprom.c
#include "reg52.h"
#include "eeprom.h"
#define HIGH 1
#define LOW 0
void I2CDelay_nms(uint Delay);
void delay( uint a)
{
uint K;
for( K=0;K
www.eeworm.com/read/470000/6922288
obj eeprom.obj
www.eeworm.com/read/467049/7014935
h eeprom.h
/*************************************************************************
filename EEPROM.h
designer 戴展波
date 2004/12/29
**********************************************************************
www.eeworm.com/read/467049/7014950
obj eeprom.obj
www.eeworm.com/read/467049/7014975
c eeprom.c
/*************************************************************************
filename EEPROM.c
designer 戴展波
date 2004/12/29
**********************************************************************
www.eeworm.com/read/467180/7019438
o eeprom.o
www.eeworm.com/read/467180/7019504
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/465082/7057114