代码搜索结果
找到约 10,000 项符合
EEPROM 的代码
eeprom.hex
:09012100C2B7D2B612012AD2B70E
:05012A000000000022AE
:05014E00D2B6D2B72279
:0B013B00120123C2B612012AC2B72233
:0F010300C2B712012AC2B6120125D2B602012AD2
:100058007E80E4FDC2B712012AEE5F7004C2B6804A
eeprom.plg
礦ision3 Build Log
Project:
C:\Documents and Settings\Administrator\桌面\手把手教你学单片机\手把手教你学单片机-012\eeprom\eeprom.uv2
Project File Date: 01/04/2011
Output
eeprom.c
#include
#include
typedef unsigned char uint8;
typedef unsigned int uint16;
typedef unsigned long uint32;
sbit SCL = P3^7;
sbit SDA = P3^6;
/******************************
eeprom.h
/*
* This file contains the data defintions that are stored in EEPROM
*/
#ifndef DECLARE // if DECLARE is not defined
#define DECLARE extern // variables are ex
eeprom.c
/*
* This file contains the frame-work for the EEPROM Memory Classes
*/
#pragma ORDER // keep variables in order of definition
#pragma USERCLASS (HDATA = EEPROM) // use
eeprom.h
/*
* This file contains the data defintions that are stored in EEPROM
*/
#ifndef DECLARE // if DECLARE is not defined
#define DECLARE extern // variables are ex
eeprom.c
/*
* This file contains the frame-work for the EEPROM Memory Classes
*/
#pragma ORDER // keep variables in order of definition
#pragma USERCLASS (HDATA = eeprom) // u
eeprom.opt
### uVision2 Project, (C) Keil Software
### Do not modify !
cExt (*.c)
aExt (*.a*; *.src)
oExt (*.obj)
lExt (*.lib)
tExt (*.txt)
pExt (*.plm)
CppX (*.cpp)
DaveTm { 0,0,0,0,0,0,0,0 }