代码搜索结果

找到约 10,000 项符合 EEPROM 的代码

eeprom.h

//ICC-AVR application builder : 2005-11-12 17:11:59 // Target : M16 // Crystal: 8.0000Mhz // copyright:鲁军波(endylu) // www.shop34612283.taobao.com // www.adembed.com #ifndef EEPROM_H #define E

eeprom._c

//ICC-AVR application builder : 2005-11-12 17:11:59 // Target : M16 // Crystal: 8.0000Mhz // copyright:鲁军波(endylu) #include #include #include "main.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

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

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