代码搜索结果

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

makefile

############################################################################### # Makefile for the project door ############################################################################### ##

seeddm642_rtc.h

/* * Copyright 2003 by Spectrum Digital Incorporated. * All rights reserved. Property of Spectrum Digital Incorporated. */ /* * ======== evmdm642_rtc.h ======== * * Interface for t

main.h

/******************************************************************************************************** ** 主程序单元对应的常数与子程序定义头文件 ** **

stc89c54rd_flashiap.lst

C51 COMPILER V8.02 STC89C54RD_FLASHIAP 02/13/2007 17:34:12 PAGE 1 C51 COMPILER V8.02, COMPILATION OF MODULE STC89C54RD_FLASHIAP OBJECT MODU

csi24wc02.s

;****************************************************************************** ; File:CSI24WC02.S ; 功能:使用LPC210x模拟EEPROM器件CSI24WC02。LPC210x具有硬件I2C接口,使用其从方式进行 ; I2C器件模拟,本例使用了256字节的RAM作为存储单元。

seeddm642_rtc.h

/* * Copyright 2003 by Spectrum Digital Incorporated. * All rights reserved. Property of Spectrum Digital Incorporated. */ /* * ======== evmdm642_rtc.h ======== * * Interface for t

makefile.backup

############################################################################### # Makefile for the project IsoJtagISP ###############################################################################

makefile

############################################################################### # Makefile for the project IsoJtagISP ###############################################################################

main.c

/************************************************************* 程序功能:对EEPROM进行读写测试 -------------------------------------------------------------- 说 明:AT24C02是256Byte存储容量的EEPROM,内部 寻址时,

main.c

/********************************************************* 程序功能:PC机通过串口可以控制从<mark>EEPROM</mark>的指定地址中读出一个 字节的数据,或者向指定地址写入一个字节的数据 特别说明:在PC机发送<mark>EEPROM</mark>内的存储地址或者是写入数据时,必须 使用十六进制发送,而在发送读写控制命令时要使用默认 ...