代码搜索:EEprom 开发教程
找到约 10,000 项符合「EEprom 开发教程」的源代码
代码结果 10,000
www.eeworm.com/read/422079/10665860
hex eeprom.hex
:1000000074FE7A08F59023110EDAF90200007E00E2
:070010007F00DEFEDFFC2291
:00000001FF
www.eeworm.com/read/422079/10665862
opt eeprom.opt
### uVision2 Project, (C) Keil Software
### Do not modify !
cExt (*.c)
aExt (*.s*; *.src; *.a*)
oExt (*.obj)
lExt (*.lib)
tExt (*.txt; *.h; *.inc)
pExt (*.plm)
CppX (*.cpp)
DaveTm {
www.eeworm.com/read/422079/10665863
pwi eeprom.pwi
www.eeworm.com/read/422079/10665864
lst eeprom.lst
A51 MACRO ASSEMBLER EEPROM 08/06/2006 09:19:38 PAGE 1
MACRO ASSEMBLER A51 V8.00
OBJECT MODULE PLACED IN EEPROM.OBJ
ASSEMBLER I
www.eeworm.com/read/422079/10665866
plg 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
www.eeworm.com/read/422079/10665867
obj eeprom.obj
www.eeworm.com/read/159327/10669617
eeprom flashwrite.eeprom
www.eeworm.com/read/421297/10743654
c eeprom.c
//#define _I2C_H
#include "71x_lib.h"
#include "eeprom.h"
void Init_I2C0()
{
//Configure I2C0
GPIO_Config (GPIO1, I2C0_SCL_Pin| I2C0_SDA_Pin, GPIO_AF_OD); // Alternation Open Drian se
www.eeworm.com/read/421297/10743713
h eeprom.h
#ifndef _I2C_H
#define _I2C_H
void EEP_Write (u16 MemAddress, u8 Value);
u8 EEP_Read(u16 MemAddress);
void Delay_ms(u16 time);
void Init_I2C0(void);
#define I2C0_SCL_Pin (0x1