代码搜索:EEprom 开发教程

找到约 10,000 项符合「EEprom 开发教程」的源代码

代码结果 10,000
www.eeworm.com/read/356544/10224939

lis eeprom.lis

.module EEPROM.c .area text(rom, con, rel) 0000 .dbfile C:/icc/include/AVR_PQ1A.h 0000 .dbfunc e Delayus _Delay
www.eeworm.com/read/356544/10224940

prj eeprom.prj

[Compiler Options] Edit1=C:\icc\include\ Edit2=C:\icc\lib\ Edit8= CheckBox1=0 CheckBox2=1 Edit3= Edit4= Edit11=16 Edit13= ComboBox1=0 Edit9=16384 Edit10=1024 ComboBox2=14 RadioGroup1=0
www.eeworm.com/read/356544/10224941

mp eeprom.mp

NOTE: AVR Code addresses are word addresses All other addresses (including ones in FLASH) are byte addresses Area Addr Size Decimal Bytes (Attributes) ----------
www.eeworm.com/read/356544/10224942

c eeprom.c

/******************************************* 文件:EEPROM.C 环境:编译为ICC AVR6.25A,仿真为AVR Studio4.10 硬件:ATMEGA16芯片 日期:2006年12月10日 功能:实现MEGA16的EEPROM的读和写操作 备注:参考《AVR系列单片机C语言编程与应用实例》(清华大学出版
www.eeworm.com/read/356474/10225996

jpg eeprom.jpg

www.eeworm.com/read/355947/10241070

c eeprom.c

#include void eeprom_write(unsigned char addr, unsigned char value) { //see 'writing to eeprom memory' in PIC16F876 manual bank1 static bit gie_temp; EEADR=(unsigned char)(addr);
www.eeworm.com/read/355943/10241089

c eeprom.c

/* [from http://www.htsoft.com/ and PIC C online forum, 24 Feb 2000] [cezarym@apator.torun.pl] Hello, There are some routines could you help follows. I have written it for 12CE673, but it s
www.eeworm.com/read/355928/10241397

h eeprom.h

#ifndef EEPROM_H #define EEPROM_H #include #include #define WRITE 0xa0 //定义24C02的器件地址SLA和方向位W #define READ 0xa1 //定义24C
www.eeworm.com/read/355928/10241421

lst eeprom.lst

C51 COMPILER V8.02 EEPROM 05/04/2008 21:35:46 PAGE 1 C51 COMPILER V8.02, COMPILATION OF MODULE EEPROM OBJECT MODULE PLACED IN
www.eeworm.com/read/355928/10241424

c eeprom.c

#include #include "EEPROM.H" #include BOOL E_err; /************************************************************************** * 函数原型:void I_start(void); * 功