代码搜索:如何学习 EEprom?
找到约 10,000 项符合「如何学习 EEprom?」的源代码
代码结果 10,000
www.eeworm.com/read/425168/10375488
c eeprom.c
//ICC-AVR application builder : 2008-5-10 上午 09:22:27
// Target : m48
// Crystal: 8.0000Mhz
#include
#include
void port_init(void)
{
PORTB = 0x10;
DDRB = 0x00;
P
www.eeworm.com/read/425168/10375490
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/161671/10387093
h eeprom.h
//*----------------------------------------------------------------------------
//* ATMEL Microcontroller Software Support - ROUSSET -
//*------------------------------------------------------
www.eeworm.com/read/424897/10402294
h eeprom.h
//ICC-AVR application builder : 2005-11-12 17:11:59
// Target : M16
// Crystal: 8.0000Mhz
// copyright:鲁军波(endylu)
// www.shop34612283.taobao.com
// www.adembed.com
#ifndef EEPROM_H
#define E
www.eeworm.com/read/424897/10402314
o eeprom.o
XL
H 1 areas 0 global symbols
M EEPROM.C
A text size 0 flags 0
www.eeworm.com/read/424897/10402470
_c eeprom._c
//ICC-AVR application builder : 2005-11-12 17:11:59
// Target : M16
// Crystal: 8.0000Mhz
// copyright:鲁军波(endylu)
#include
#include
#include "main.h"
/*
//==============
www.eeworm.com/read/424897/10402538
_h eeprom._h
//ICC-AVR application builder : 2005-11-12 17:11:59
// Target : M16
// Crystal: 8.0000Mhz
// copyright:鲁军波(endylu)
#ifndef EEPROM_H
#define EEPROM_H
void EEPROM_write(uint16 address,uint8 da
www.eeworm.com/read/424897/10402624
c eeprom.c
//ICC-AVR application builder : 2005-11-12 17:11:59
// Target : M16
// Crystal: 8.0000Mhz
// copyright:鲁军波(endylu)
// www.shop34612283.taobao.com
// www.adembed.com
#include
#include