代码搜索:EEprom 开发教程
找到约 10,000 项符合「EEprom 开发教程」的源代码
代码结果 10,000
www.eeworm.com/read/184087/9121976
c eeprom.c
#include
#include "link.h"
//对EEprom进行操作的指令的宏定义
///////////////////////////////////////////////////////////////////////////
//#define EE_SO SO&0x01 /*25045输出*/
#define EE_SI1 SI=1
www.eeworm.com/read/380924/9122462
h eeprom.h
unsigned char Write_1Byte(unsigned char wdata,unsigned char dataaddress);
unsigned char Write_NByte(unsigned char * outbuf,unsigned char n,unsigned char dataaddress);
unsigned char Read_1Byte_curren
www.eeworm.com/read/380924/9122481
c eeprom.c
#include "IIC.h"
typedef unsigned char uchar;
typedef unsigned int uint;
#define deviceaddress 0xa0 //AT24C02的设备地址
/*******************************************
函数名称:delay_10ms
功 能:延时约6m
www.eeworm.com/read/380924/9122495
h eeprom.h
unsigned char Write_1Byte(unsigned char wdata,unsigned char dataaddress);
unsigned char Write_NByte(unsigned char * outbuf,unsigned char n,unsigned char dataaddress);
unsigned char Read_1Byte_curren
www.eeworm.com/read/380924/9122510
c eeprom.c
#include "IIC.h"
typedef unsigned char uchar;
typedef unsigned int uint;
#define deviceaddress 0xa0 //AT24C02的设备地址
/*******************************************
函数名称:delay_10ms
功 能:延时约6m
www.eeworm.com/read/281920/9126955
sbl eeprom.sbl
www.eeworm.com/read/281920/9126958
pjt eeprom.pjt
; Code Composer Project File, Version 2.0 (do not modify or remove this line)
[Project Settings]
ProjectDir="$(Install_dir)\boards\davincievm\examples\eeprom\"
ProjectType=Executable
CPUFamily=T
www.eeworm.com/read/281920/9126967
cmd eeprom.cmd
/*
* Copyright 2005 by Spectrum Digital Incorporated.
* All rights reserved. Property of Spectrum Digital Incorporated.
*
* Not for distribution.
*/
/*
* Linker command file for Da
www.eeworm.com/read/281920/9126973
wks eeprom.wks
www.eeworm.com/read/281794/9133845