代码搜索结果
找到约 10,000 项符合
EEPROM 的代码
example_2833xi2c_rtc.gel
/*
// TI File $Revision: /main/5 $
// Checkin $Date: August 9, 2007 17:18:05 $
//###########################################################################
//
// This .gel file can be used to
page.lst
C51 COMPILER V7.50 PAGE 07/11/2005 15:03:06 PAGE 1
C51 COMPILER V7.50, COMPILATION OF MODULE PAGE
OBJECT MODULE PLACED IN Pa
page.c
#include "Globe.h"
bit MenuSelect; //menu模式标志 0:normal 1:factory
BYTE data horizon;
BYTE ModePressCount;
extern bit TVSearchBit,TVNextBit;
BYTE idata Color;
BYTE idata Contrast;
BYTE i
说明.txt
实验一、LED显示程序
实验二、按键实验
实验三、BUZZER
实验四、LED数码管程序
实验五、中断实验
实验六、串口通信实验
实验七、ADC
实验八、<mark>EEPROM</mark>实验
实验九、PWM
实验十、I2C读写24C02
实验十一、定时器中断实验
实验十二、WDT(内部看门狗实验)
实验十三、DS1302时钟读写程序
所有的程序都是基于单片机内部1M时钟频率设计 ...
makefile
PRG = step_motor1
OBJ = step_motor1.o
MCU_TARGET = atmega128
OPTIMIZE = -O2
DEFS =
LIBS =
# You should not have to change anything below h
makefile
PRG = step_motor
OBJ = step_motor.o
MCU_TARGET = atmega128
OPTIMIZE = -O2
DEFS =
LIBS =
# You should not have to change anything below her
makefile
PRG = step_motor2
OBJ = step_motor2.o
MCU_TARGET = atmega128
OPTIMIZE = -O2
DEFS =
LIBS =
# You should not have to change anything below h
makefile
PRG = LED_MATRIX1
OBJ = LED_MATRIX1.o
MCU_TARGET = atmega128
OPTIMIZE = -O2
DEFS =
LIBS =
# You should not have to change anything below h
makefile
PRG = LED_MATRIX2
OBJ = LED_MATRIX2.o
MCU_TARGET = atmega128
OPTIMIZE = -O2
DEFS =
LIBS =
# You should not have to change anything below h
makefile
PRG = LED_MATRIX
OBJ = LED_MATRIX.o
MCU_TARGET = atmega128
OPTIMIZE = -O2
DEFS =
LIBS =
# You should not have to change anything below her