代码搜索:EEPROM
找到约 10,000 项符合「EEPROM」的源代码
代码结果 10,000
www.eeworm.com/read/266365/11230772
c main.c
#include // SFR definition header file
#include // prototype declarations for I/O functions
#include // include EEPROM v
www.eeworm.com/read/247585/12640134
c at24c256.c
#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 eepro
www.eeworm.com/read/237097/13978052
txt 滚动码应用原程序.txt
; MICROCHIP KEELOQ CODE HOPPING SIMPLE DECODER
;
; 一步学习; 单一键
;www.nbglin.com 电话:0574-88464538
;歌林电子制作工作室
; 配置控制:
; -VERSION 1.1 S. DAWSON
;
; FILE: SIMDEC11.ASM.
; DATE: 8 SEPTEMBER 1
www.eeworm.com/read/133733/14028922
asm fl62xinc.asm
#define TWENTYMHZ
;
; Program: FL62xINC.ASM
; Revision Date:
; V1.00 30 June 1998 Adapted to 16CE62x parts
;
; PIC16CE62x EEPROM communication code. This code shou
www.eeworm.com/read/107431/15607197
txt erupdate.txt
ERUPDATE - Intel 82559ER Fast Ethernet PCI Controller EEPROM Utility
Version 3.21 ER
====================================================================
DISCLAIMER:
-----------
Informati
www.eeworm.com/read/105481/15666230
c wdt_selfcalibration.c
// wdt_selfcalibration.c
// Software sample: Watchdog Timer Self-Calibration
// Christian Kulig, 10/28/02
// This sample shows how to take advantage of the sophisticated clock tree of the LPC900.
www.eeworm.com/read/105103/15677980
txt abstract.txt
*** IMPORTANT NOTE ***
Far Memory Support is only available in the PK51 package.
If you have an CA51, DK51, or Evaluation Package the far memory
support is not available and this exampl
www.eeworm.com/read/101008/15857696
txt readme.txt
这是Small RTOS 51 DP-51下载仿真实验仪上实现一个闹钟的源代码。它可以使用k1~k4调整时间,使用串口设置一个报警时间。由于仅仅是一个例子而非产品,有一些细节没有完善。如调整完时间后第一次显示的时间是错误的(由于共享TimeData引起);没有使用串行<mark>eeprom</mark>存储多个报警时间等;删除报警代码没有编写。不过,程序已经可以使用,读者可以自行完善它。通讯协议参考rtos随想曲和tes ...
www.eeworm.com/read/432171/8622386
c stceeprom.c
/*
一个完整的<mark>EEPROM</mark> 测试程序,
STC12C5AxxAD 系列单片机 <mark>EEPROM</mark>/IAP 功能测试程序演示
STC12C52xxAD 系列单片机 <mark>EEPROM</mark>/IAP 功能测试程序演示
STC11xx 系列单片机 <mark>EEPROM</mark>/IAP 功能测试程序演示
STC10xx 系列单片机 <mark>EEPROM</mark>/IAP 功能测试程序演示
本演示程序在STC-ISP Ver 3.0A ...
www.eeworm.com/read/274361/7070917
h envcar.h
#ifndef _ENCAR_H_
#define _ENCAR_H_
#define CPT_ENV 64
#define CAR_CLR 0x80
#define CAR_PAUSE 0x8F
#define CAR_RST 0xFF
#define PAUSE_LENGTH 1000
int8 pos_eeprom_Trace = EEPROM_DEB_TRA