代码搜索:EEPROM

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

代码结果 10,000
www.eeworm.com/read/180026/9322257

c dbmeeprm.c

/***************************************************************************** FILE NAME: dbmeeprm.c DESCRIPTION: This file contains the Data Base Manager (DBM) EEPROM routines.
www.eeworm.com/read/375756/9350399

txt at24c××sourcecode.txt

//AT24C01~AT24C256通用读写程序(C51) //转载一个AT24C01~AT24C256读写通用程序(只做了少许改动),附件里面有关于AT24系列读写资料!希望对大家有所帮助,共同进步! /* 以下为AT24C01~AT24C256的读写程序,各人可根据自己的需要应用。 在buf1中填入需要写入的内容,buf2的大小可根据需要定义。 addr可根据使用的芯片选择,可 ...
www.eeworm.com/read/178324/9407827

txt readme.txt

这是Small RTOS 51 DP-51下载仿真实验仪上实现一个闹钟的源代码。它可以使用k1~k4调整时间,使用串口设置一个报警时间。由于仅仅是一个例子而非产品,有一些细节没有完善。如调整完时间后第一次显示的时间是错误的(由于共享TimeData引起);没有使用串行<mark>eeprom</mark>存储多个报警时间等;删除报警代码没有编写。不过,程序已经可以使用,读者可以自行完善它。通讯协议参考rtos随想曲和tes ...
www.eeworm.com/read/373000/9479874

txt i2c例程.txt

#include #include #define ERROR 10 sbit SDA=P3^0; sbit SCL=P3^1; enum eepromtype {AT2401,AT2402,AT2404,AT2408,AT2416,AT2432,AT2464,AT24128,AT24256}; enum eepromtype
www.eeworm.com/read/176410/9499718

lst ex2_timer.lst

ANSI-C/cC++ Compiler for HC12 V-5.0.24 Build 4047, Feb 17 2004 1: /****************************************************************************** 2: *
www.eeworm.com/read/228995/10061155

c main.c

/********************************************************************************************************* ** ** (c) Copyright 2004-2006 **
www.eeworm.com/read/359331/10156106

txt erupdate.txt

ERUPDATE - Intel 82559ER Fast Ethernet PCI Controller EEPROM Utility Version 3.21 ER ==================================================================== DISCLAIMER: ----------- Informati
www.eeworm.com/read/357172/10213955

h ztype.h

#ifndef __ZTYPE_H__ #define __ZTYPE_H__ typedef unsigned char byte; typedef unsigned int word; typedef unsigned long int dword; #define false 0; #define true 1; #define playMo
www.eeworm.com/read/355928/10241381

c data.c

#include #include #include "data.h" #include "eeprom.h" #if 0 /************************************************************************** * 函数原型: void LoadData()
www.eeworm.com/read/355836/10243450

h rc500.h

#ifndef uchar #define uchar unsigned char #endif #ifndef uint #define uint unsigned int #endif /***************************************************************************** *端口定义 ************