代码搜索结果
找到约 9,851 项符合
EEPROM 的代码
eeprom.h
/*
* This file contains the data defintions that are stored in EEPROM
*/
#ifndef DECLARE // if DECLARE is not defined
#define DECLARE extern // variables are ex
eeprom.c
/*
* This file contains the frame-work for the EEPROM Memory Classes
*/
#pragma ORDER // keep variables in order of definition
#pragma USERCLASS (HDATA = EEPROM) // use
eeprom.h
/*
* This file contains the data defintions that are stored in EEPROM
*/
#ifndef DECLARE // if DECLARE is not defined
#define DECLARE extern // variables are ex
eeprom.c
/*
* This file contains the frame-work for the EEPROM Memory Classes
*/
#pragma ORDER // keep variables in order of definition
#pragma USERCLASS (HDATA = eeprom) // u
eeprom.c
// eeprom.c
// Christian Kulig, 10/29/02
// This sample demonstrates the usage of the data EEPROM.
// It counts the number of powerups of the device and
// saves this value in the EEPROM. From t
用avr内置eeprom与1602lcd设计电子密码.aps
用AVR内置EEPROM与1602LCD设计电子密码锁13-Apr-2009 17:02:0725-Feb-2010 00:20:142410
eeprom读写与数码管显示.aps
EEPROM读写与数码管显示13-Apr-2009 17:02:0719-Aug-2009 18:24:53241013-
eeprom读写与数码管显示.o.d
EEPROM读写与数码管显示.o: ../EEPROM读写与数码管显示.c \
C:\WinAVR-20090313\avr\include/avr/io.h \
C:\WinAVR-20090313\avr\include/avr/sfr_defs.h \
C:\WinAVR-20090313\avr\include/inttypes.h \
C:\WinAVR-2009