代码搜索:如何学习 EEprom?
找到约 10,000 项符合「如何学习 EEprom?」的源代码
代码结果 10,000
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);
www.eeworm.com/read/279061/10468722
lst eeprom.lst
C51 COMPILER V7.06 EEPROM 01/02/2000 11:14:26 PAGE 1
C51 COMPILER V7.06, COMPILATION OF MODULE EEPROM
OBJECT MODULE PLACED IN
www.eeworm.com/read/279061/10468732
obj eeprom.obj
www.eeworm.com/read/279061/10468740
c eeprom.c
#include
#include "EEPROM.h"
#include "C8051f.h"
extern unsigned char EEPROMTime;
sbit EEPROM_SDA = P2^2;
sbit EEPROM_SCL = P2^3;
sbit a0 = ACC^0;
sbit a1 = AC
www.eeworm.com/read/423958/10516093
dsn eeprom.dsn
www.eeworm.com/read/423958/10516097
asm eeprom.asm
ORG 0
LOOP: MOV A,#0FEH
MOV R2,#8
OUTPUT: MOV P1,A
RL A
ACALL DELAY
DJNZ R2,OUTPUT
LJMP LOOP
DELAY: MOV R6,#0
MOV R7,#0
DELAYLOOP: ;延时程序
DJNZ R6,DELAYLOOP