代码搜索结果

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

main.lst

C51 COMPILER V7.06 MAIN 03/02/2006 23:49:39 PAGE 1 C51 COMPILER V7.06, COMPILATION OF MODULE MAIN OBJECT MODULE PLACED IN ma

main.c

/****************************************************************** 本程序只供学习使用,未经作者许可,不得用于其它任何用途 我的邮箱:computer-lov@tom.com 欢迎访问我的blog: http://computer00.21ic.org Main.C file

说明.txt

HYGS_V4.0_TEST.C 为恒压供水控制器V4.0的测试程序,测试的硬件资源有继电器、按键、发光二极管、EEPROM

iic.c

#include "global.h" #define EEPROM_PBYTE 16 // 24c16 #define EEPROM_PTIME 7 // wait 7 ms /****************************************************************************/ void Short_Delay

mp3.c

eeprom word BitRateValue[16]= {0, 32, 40, 48, 56, 64, 80, 96, 112, 128, 160, 192, 224, 256, 320, 0 }; eeprom byte MpegLayer[4]= {0,

appi2c.c

//These codes contains the functions to operate the 24C64 EEPROM //For the reason that the length of address domain is longer, the library //functions of serial I2C EEPROM con not be used derectly

main.c

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

main.c

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

main.c

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

tveeprom.c

/* * tveeprom - eeprom decoder for tvcard configuration eeproms * * Data and decoding routines shamelessly borrowed from bttv-cards.c * eeprom access routine shamelessly borrowed from bttv-if.c *